mirror of
https://github.com/nasa/openmct.git
synced 2025-01-17 10:20:27 +00:00
fix(e2e): fix restricted notebook locator
This commit is contained in:
parent
9f77c03ddb
commit
9a946bcd6f
@ -134,7 +134,7 @@ test.describe('Restricted Notebook with at least one entry and with the page loc
|
||||
// Click the context menu button for the new page
|
||||
await page.getByTitle('Open context menu').click();
|
||||
// Delete the page
|
||||
await page.getByRole('listitem', { name: 'Delete Page' }).click();
|
||||
await page.getByRole('menuitem', { name: 'Delete Page' }).click();
|
||||
// Click OK button
|
||||
await page.getByRole('button', { name: 'Ok' }).click();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user