Commit fa390c19 authored by tom's avatar tom

remove only

parent 04b3186b
......@@ -150,7 +150,7 @@ const l2Test = test.extend({
]) as any,
});
l2Test.only('l2', async({ mount, page }) => {
l2Test('l2', async({ mount, page }) => {
await page.route(API_URL, (route) => route.fulfill({
status: 200,
body: JSON.stringify(txMock.l2tx),
......
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