diff --git a/e2e-tests/explorer.spec.ts b/e2e-tests/explorer.spec.ts index e99fe7b..a62cfc8 100644 --- a/e2e-tests/explorer.spec.ts +++ b/e2e-tests/explorer.spec.ts @@ -6,7 +6,7 @@ test.describe('Explorer', () => { }); test('Running tasks queue', async ({ page }) => { - const select = page.getByRole('combobox'); + const select = page.getByTestId('example-select'); const option = page.getByRole('option', { name: 'tasks queue' }); const slider = page.getByRole('slider'); const script = page.getByText('script'); diff --git a/index.html b/index.html index af3fd3d..f19400e 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,5 @@ - +
@@ -13,8 +13,25 @@