Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/helpers/test-methods.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module.exports = {
// menu item; visiting that URL is faster because it doesn't need the extra
// "Log out" click.
await page.goto(`${base_url}/user/logout/confirm?destination=/user/login`);
await page.locator('input[value="Log out"]').click();
await page.locator('#gin-sticky-edit-submit[value="Log out"]').click();
// Verify logout worked, on the immediate destination page. (The default
// home page does not have an indicator? So use the login page for that.)
await expect(page.locator('form.user-login-form')).toBeVisible;
Expand Down