Skip to content

Commit 534b615

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

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
@@ -45,6 +45,7 @@ export const login = async (request, page, host, token) => {
4545
* @param {import('@playwright/test').Page} page - Playwright page instance
4646
* @param {import('@playwright/test').BrowserContext} context - Playwright browser context
4747
* @param {string} toolUrl - URL of the LTI tool to visit
48+
* @returns {Promise<void>}
4849
*/
4950
export const grantAccessIfNeeded = async (page, context, toolUrl) => {
5051
await page.goto(toolUrl)

0 commit comments

Comments
 (0)