test: fix typo

This commit is contained in:
Raju Udava
2024-07-12 18:22:03 +00:00
parent a21c2fd6cf
commit 412def2947

View File

@@ -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);