Browse Source

test: EE sync

pull/6377/head
Raju Udava 11 months ago committed by GitHub
parent
commit
05ad3961ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tests/playwright/pages/Dashboard/BulkUpdate/index.ts

2
tests/playwright/pages/Dashboard/BulkUpdate/index.ts

@ -173,7 +173,7 @@ export class BulkUpdatePage extends BasePage {
awaitResponse?: boolean;
} = {}) {
await this.bulkUpdateButton.click();
const confirmModal = this.rootPage.locator('.ant-modal-confirm');
const confirmModal = this.rootPage.locator('.ant-modal-content');
const saveRowAction = () => confirmModal.locator('.ant-btn-primary').click();
if (!awaitResponse) {

Loading…
Cancel
Save