We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f319f1d commit ede0b15Copy full SHA for ede0b15
data-browser/tests/e2e.spec.ts
@@ -585,7 +585,9 @@ test.describe('data-browser', async () => {
585
await fillInput('shortname', page);
586
await fillInput('description', page);
587
await page.click('[data-test="save"]');
588
+ await page.waitForNavigation();
589
await page.locator('text=Resource Saved');
590
+ await page.goBack();
591
592
await page
593
.locator('[title="Add an item to this list"] >> nth=0')
0 commit comments