Skip to content

Commit

Permalink
fix: e2e test for create new query
Browse files Browse the repository at this point in the history
  • Loading branch information
pranita09 committed Dec 16, 2024
1 parent 724e73d commit 3186673
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ test('Query Entity', async ({ page }) => {
await page
.locator('div')
.filter({ hasText: new RegExp(`^${queryData.queryUsedIn.table1}$`) })
.first()
.click();

await clickOutside(page);
Expand Down

0 comments on commit 3186673

Please sign in to comment.