Commit 05d3bbb7 authored by tom's avatar tom

forgot only

parent 6204ba48
...@@ -46,7 +46,7 @@ test.describe('custom logo', () => { ...@@ -46,7 +46,7 @@ test.describe('custom logo', () => {
]) as any, ]) as any,
}); });
extendedTest.only('+@desktop-xl +@dark-mode +@dark-mode-xl', async({ mount, page }) => { extendedTest('+@desktop-xl +@dark-mode +@dark-mode-xl', async({ mount, page }) => {
await page.route(LOGO_URL, (route) => { await page.route(LOGO_URL, (route) => {
return route.fulfill({ return route.fulfill({
status: 200, status: 200,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment