Skip to content

Commit 13f239f

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

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
@@ -76,6 +76,7 @@ export const grantAccessIfNeeded = async (page, context, toolUrl) => {
7676
*
7777
* @param {import('@playwright/test').BrowserContext} context - Playwright browser context
7878
* @param {import('@playwright/test').FrameLocator} frameLocator - Locator for the LTI frame
79+
* @returns {Promise<void>}
7980
*/
8081
const grantAccess = async (context, frameLocator) => {
8182
const button = await frameLocator.getByRole('button')

0 commit comments

Comments
 (0)