Skip to content

Commit

Permalink
CU/9882-rachael-detox-add-comments-to-appeals-appealsExpanded
Browse files Browse the repository at this point in the history
  • Loading branch information
rbontrager committed Oct 25, 2024
1 parent ba441e5 commit 46583d5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
7 changes: 7 additions & 0 deletions VAMobile/e2e/tests/Appeals.e2e.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
Description:
Detox script that follows the Appeals test case found in testRail (VA Mobile App > RC Regression Test > Manual > Benefits Page Elements)
When to update:
This script should be updated whenever new things are added/changed in appeals details or if anything appeal wise is changed in
src/store/api/demo/mocks/claims.json.
*/
import { by, device, element, expect, waitFor } from 'detox'
import { setTimeout } from 'timers/promises'

Expand Down
8 changes: 8 additions & 0 deletions VAMobile/e2e/tests/AppealsExpanded.e2e.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
Description:
Detox script that tests for all appeal status types and verifies that the appeal appears in the claim list and that the appeal details page opens when clicked.
As a note: most of the current status wording is checked in our unit tests so there this test does not check that.
When to update:
This script should be updated whenever a new appeal status types is created, if anything appeal wise is changed in
src/store/api/demo/mocks/claims.json or if any new content changes are made to appeals.
*/
import { by, device, element, expect, waitFor } from 'detox'

import {
Expand Down

0 comments on commit 46583d5

Please sign in to comment.