We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaa894b commit 78faaf1Copy full SHA for 78faaf1
tests/playwright/homepage.spec.js
@@ -20,7 +20,7 @@ const makeMenuVisible = async (page, isMobile) => {
20
// This happens on mobile viewports
21
if (hasHiddenClass) {
22
// Click the hamburger button to open the menu
23
- await page.locator('button[aria-controls="menuItems"]').click();
+ await page.locator('button[aria-label="Main"]').click();
24
25
// Wait for mobile menu animation
26
//await page.waitForTimeout(1000);
0 commit comments