Commit 9a47831c authored by Max Alekseenko's avatar Max Alekseenko

remove mobile test

parent a85b2784
......@@ -18,7 +18,7 @@ const test = base.extend({
]) as any,
});
test('base view +@mobile +@dark-mode', async({ mount, page }) => {
test('base view +@dark-mode', async({ mount, page }) => {
await page.route(MARKETPLACE_CONFIG_URL, (route) => route.fulfill({
status: 200,
body: JSON.stringify(appsMock),
......
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