mirror of
https://github.com/nasa/openmct.git
synced 2025-02-11 21:26:28 +00:00
use stable object
This commit is contained in:
parent
5c8355c7f8
commit
827ec5690f
@ -40,8 +40,8 @@ test.describe("Visual - Check Notification Info Banner of 'Save successful' @a11
|
||||
}) => {
|
||||
// Create a clock domain object
|
||||
await createDomainObjectWithDefaults(page, {
|
||||
type: 'Folder',
|
||||
name: 'Default Folder'
|
||||
type: 'Condition Widget',
|
||||
name: 'Visual Condition Widget'
|
||||
});
|
||||
// Click on the div with role="alert" that has "Save successful" text
|
||||
await page.locator('div[role="alert"]:has-text("Save successful")').click();
|
||||
|
Loading…
x
Reference in New Issue
Block a user