Skip to content

Commit

Permalink
test: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Leksat committed Feb 5, 2025
1 parent 307680e commit f27c1d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ const setConfirmationOption = async (
await page.fill('input[name=confirmation_url]', options.setRedirectUrl);
}

await page.click('text=Save');
await page.getByRole('button', { name: 'Save' }).click();
await waitForGatsby();
await drupalLogout(page);
};
Expand Down

0 comments on commit f27c1d6

Please sign in to comment.