test: Update notification test selectors for clarity (#8783)

This commit is contained in:
Cristhian Zanforlin Lousa 2025-06-30 11:37:38 -03:00 committed by GitHub
commit 0ce568c221
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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",