Browse Source

fix(playwright): increase timeout

pull/5903/head
Wing-Kam Wong 12 months ago
parent
commit
9d5d37bb0e
  1. 2
      tests/playwright/tests/db/views/viewForm.spec.ts

2
tests/playwright/tests/db/views/viewForm.spec.ts

@ -493,7 +493,7 @@ test.describe('Form view', () => {
await dashboard.viewSidebar.openView({ title: 'selectBased' });
await dashboard.rootPage.waitForTimeout(500);
await dashboard.rootPage.waitForTimeout(2000);
await dashboard.grid.cell.selectOption.verify({
columnHeader: 'SingleSelect',

Loading…
Cancel
Save