test: Update notification test selectors for clarity (#8783)
This commit is contained in:
parent
51d3858ab2
commit
0ce568c221
1 changed files with 2 additions and 2 deletions
|
|
@ -7,12 +7,12 @@ test(
|
|||
async ({ page }) => {
|
||||
await awaitBootstrapTest(page);
|
||||
await page.getByTestId("blank-flow").click();
|
||||
await page.waitForSelector('[data-testid="disclosure-i/o"]', {
|
||||
await page.waitForSelector('[data-testid="disclosure-input / output"]', {
|
||||
timeout: 3000,
|
||||
state: "visible",
|
||||
});
|
||||
|
||||
await page.getByTestId("disclosure-i/o").click();
|
||||
await page.getByTestId("disclosure-input / output").click();
|
||||
await page.waitForSelector('[data-testid="input_outputText Input"]', {
|
||||
timeout: 3000,
|
||||
state: "visible",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue