Skip to content

Commit

Permalink
E2E Tests Pass
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskerr committed Dec 11, 2023
1 parent 58d339d commit 65e1b19
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/zui-player/tests/queries.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ test.describe('Query tests', () => {
});

test("named queries' creation, modification, update/save, proper outdated status display", async () => {
const titleBar = app.mainWin.getByTestId('title-bar');
// creation
await app.click('button', 'Save as New Query');
await app.fill('Query Name', 'Test Query Name');
Expand All @@ -55,6 +54,6 @@ test.describe('Query tests', () => {
await app.click('button', 'Save as New Query');
await app.fill('Query Name', 'Another Test Query');
await app.press('Enter');
await app.attached('treeitem', 'Another Query Name');
await app.attached('treeitem', 'Another Test Query');
});
});

0 comments on commit 65e1b19

Please sign in to comment.