Skip to content

Commit

Permalink
Fix Query Selection test for bug caused by deselecting the current in…
Browse files Browse the repository at this point in the history
…tersection by clicking its pill
  • Loading branch information
Nate Lanza committed Nov 20, 2024
1 parent addd770 commit 75c7147
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion e2e-tests/elementView.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ test('Query Selection', async ({ page }) => {
await page.goto('http://localhost:3000/?workspace=Upset+Examples&table=simpsons&sessionId=193');
await page.getByLabel('Element View Sidebar Toggle').click();
await page.locator('[id="Subset_School\\~\\&\\~Male"] g').filter({ hasText: /^Blue Hair$/ }).locator('circle').click();
await page.getByLabel('Selected intersection School').click();

// Selected elements for testing
const ralphCell = page.getByRole('cell', { name: 'Ralph' });
Expand Down

0 comments on commit 75c7147

Please sign in to comment.