Skip to content

Commit

Permalink
Mediaco portal tests fix (#402)
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalshrm539 authored Nov 24, 2023
1 parent 4924858 commit fe978a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/MediaCo/portal.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ test.describe('E2E test', () => {

await page.locator('button:has-text("submit")').click();

await expect(page.locator('text="Thank you! The next step in this case has been routed appropriately."')).toBeVisible();
await expect(page.locator('div[id="Assignment"]')).not.toBeVisible();

}, 10000);

Expand Down

0 comments on commit fe978a1

Please sign in to comment.