Browse Source

test: m2m table selector correction

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
pull/4908/head
Raju Udava 2 years ago
parent
commit
0c3d85095e
  1. 2
      tests/playwright/pages/Dashboard/Settings/Miscellaneous.ts

2
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',

Loading…
Cancel
Save