Skip to content

Commit 535bc29

Browse files
Update src/testUtils.js
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 13f239f commit 535bc29

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/testUtils.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ export const screenshot = async (locator, testInfo) => {
118118
/**
119119
* Dismiss the beta warning banner if present on the current page.
120120
* @param {import('@playwright/test').Page} page - Playwright page
121+
* @returns {Promise<void>}
121122
*/
122123
export const dismissBetaBanner = async (page) => {
123124
if (page.url().includes('beta')) {

0 commit comments

Comments
 (0)