diff --git a/tests/playwright/pages/Dashboard/Settings/Miscellaneous.ts b/tests/playwright/pages/Dashboard/Settings/Miscellaneous.ts index 9e641f5314..b2430488d1 100644 --- a/tests/playwright/pages/Dashboard/Settings/Miscellaneous.ts +++ b/tests/playwright/pages/Dashboard/Settings/Miscellaneous.ts @@ -14,7 +14,7 @@ export class MiscSettingsPage extends BasePage { } async clickShowM2MTables() { - const clickAction = this.get().locator('input[type="checkbox"]').click(); + const clickAction = this.get().locator('input[type="checkbox"]').first().click(); await this.waitForResponse({ uiAction: clickAction, requestUrlPathToMatch: 'tables?includeM2M',