Commit 8662fb1d authored by tom's avatar tom

remove .only

parent 847f5ed4
......@@ -57,7 +57,7 @@ test.describe('custom hero plate background', () => {
]) as any,
});
extendedTest.only('default view', async({ mount, page }) => {
extendedTest('default view', async({ mount, page }) => {
await page.route(IMAGE_URL, (route) => {
return route.fulfill({
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