Browse Source

test: fix mfe toggle (trial) (#8740)

* test: fix mfe toggle (trial)

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>

* test: retain timeout wait after save

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>

---------

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
pull/8742/head
Raju Udava 2 weeks ago committed by GitHub
parent
commit
70b31392cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      tests/playwright/pages/Dashboard/Details/FieldsPage.ts

3
tests/playwright/pages/Dashboard/Details/FieldsPage.ts

@ -272,6 +272,9 @@ export class FieldsPage extends BasePage {
}
async saveChanges() {
// allow the changes triggered earlier (toggle visibility, etc) to settle
await this.rootPage.waitForTimeout(1000);
await this.waitForResponse({
uiAction: async () => await this.saveChangesButton.click(),
requestUrlPathToMatch: 'api/v1/db/meta/tables/',

Loading…
Cancel
Save