mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 03:15:24 +00:00
test: fix typo
This commit is contained in:
@@ -22,7 +22,7 @@ test.describe('LTAR create & update', () => {
|
||||
await unsetup(context);
|
||||
});
|
||||
|
||||
test.only('LTAR', async () => {
|
||||
test('LTAR', async () => {
|
||||
await dashboard.treeView.createTable({ title: 'Sheet1', baseTitle: context.base.title });
|
||||
// subsequent table creation fails; hence delay
|
||||
await dashboard.rootPage.waitForTimeout(1000);
|
||||
|
||||
Reference in New Issue
Block a user