summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Emanuele Stoppa <my.burning@gmail.com> 2025-05-22 12:02:24 +0100
committerGravatar GitHub <noreply@github.com> 2025-05-22 12:02:24 +0100
commit543a2d2756c0ce57dffc3097198234c6cb7d7675 (patch)
tree17cbfd36b825f0ee043afdc77902eaf3869563ec
parent425f8d0ab1b0e2a3d682062bc098c518e576e5a1 (diff)
downloadastro-543a2d2756c0ce57dffc3097198234c6cb7d7675.tar.gz
astro-543a2d2756c0ce57dffc3097198234c6cb7d7675.tar.zst
astro-543a2d2756c0ce57dffc3097198234c6cb7d7675.zip
test: skip test due to some regression (#13839)
-rw-r--r--packages/astro/e2e/dev-toolbar.test.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/astro/e2e/dev-toolbar.test.js b/packages/astro/e2e/dev-toolbar.test.js
index 3710eb8e4..9dafe1d75 100644
--- a/packages/astro/e2e/dev-toolbar.test.js
+++ b/packages/astro/e2e/dev-toolbar.test.js
@@ -257,7 +257,8 @@ test.describe('Dev Toolbar', () => {
}
});
- test('tooltip is rendered behind audit list window', async ({ page, astro }) => {
+ // FIXME: This PR caused a regression in this test https://github.com/withastro/astro/pull/13383
+ test.skip('tooltip is rendered behind audit list window', async ({ page, astro }) => {
await page.goto(astro.resolveUrl('/tooltip-position'));
const toolbar = page.locator('astro-dev-toolbar');