SQL Query Editor: Fix label-for IDs, associate "Table" label (#86944)

* SQL Query Editor: Fix label-for IDs, associate "Table" label

* Fix mysql e2e test

---------

Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com>
This commit is contained in:
timo
2024-05-09 20:30:33 +02:00
committed by GitHub
co-authored by Zoltán Bedi
parent 99262c53b6
commit 935076c349
4 changed files with 24 additions and 10 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ test('visual query builder should handle time filter macro', async ({ explorePag
await select.locator(page.getByText('createdAt')).click();
// Toggle where row
await page.getByLabel('Filter').click();
await page.getByLabel('Filter').last().click();
// Click add filter button
await page.getByRole('button', { name: 'Add filter' }).click();