Skip to content

Commit faa1573

Browse files
Mai-SaadCopilot
andauthored
Update src/support/steps/steps.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent da43978 commit faa1573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/support/steps/steps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Then('I must see the banner {string}', async function (this: ICustomWorld, text:
7474
* Executes the step to assert the visibility of a banner with specific selector.
7575
*/
7676
Then('I must see the banner using selector {string}', async function (this: ICustomWorld, selector: string) {
77-
await expect(this.page.locator(selector)).toBeVisible({ timeout: 15000 });
77+
await expect(this.page.locator(selector)).toBeVisible({ timeout: 15000 });
7878
});
7979

8080

0 commit comments

Comments
 (0)