Skip to content

Commit ede0b15

Browse files
committed
Fix e2e test
1 parent f319f1d commit ede0b15

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

data-browser/tests/e2e.spec.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,9 @@ test.describe('data-browser', async () => {
585585
await fillInput('shortname', page);
586586
await fillInput('description', page);
587587
await page.click('[data-test="save"]');
588+
await page.waitForNavigation();
588589
await page.locator('text=Resource Saved');
590+
await page.goBack();
589591

590592
await page
591593
.locator('[title="Add an item to this list"] >> nth=0')

0 commit comments

Comments
 (0)