Browse Source

fix: typo during validation

pull/5601/head
Raju Udava 2 years ago
parent
commit
3a12c94af7
  1. 2
      tests/playwright/tests/db/timezone.spec.ts

2
tests/playwright/tests/db/timezone.spec.ts

@ -295,7 +295,7 @@ test.describe('Timezone', () => {
// DateTime inserted from cell is converted to UTC & stored
// Display value is same as inserted value
await dashboard.grid.cell.verifyDateCell({ index: 0, columnHeader: 'DateTime', value: '2021-01-01 12:30' });
await dashboard.grid.cell.verifyDateCell({ index: 0, columnHeader: 'DateTime', value: '2021-02-02 12:30' });
});
/*

Loading…
Cancel
Save