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 7d8f635 commit c16b358Copy full SHA for c16b358
data-browser/tests/e2e.spec.ts
@@ -560,8 +560,11 @@ test.describe('data-browser', async () => {
560
await fillInput('shortname', page);
561
await fillInput('description', page);
562
await page.click('[data-test="save"]');
563
- // go back browser history
564
- await page.goBack();
+ await page.locator('text=Resource Saved');
+ await page.click(contextMenu);
565
+ await page
566
+ .locator('[data-test="menu-item-edit"] >> visible = true')
567
+ .click();
568
569
await page
570
.locator('[title="Add an item to this list"] >> nth=0')
0 commit comments