Browse Source

chore(playwright): remove `.only` for date time test

pull/4593/head
Wing-Kam Wong 2 years ago
parent
commit
b425adea9a
  1. 2
      tests/playwright/tests/columnDateTime.spec.ts

2
tests/playwright/tests/columnDateTime.spec.ts

@ -65,7 +65,7 @@ test.describe('DateTime Column', () => {
dashboard = new DashboardPage(page, context.project);
});
test.only('Create DateTime Column', async () => {
test('Create DateTime Column', async () => {
await dashboard.treeView.createTable({ title: 'test_datetime' });
// Create DateTime column
await dashboard.grid.column.create({

Loading…
Cancel
Save