Skip to content

Commit e22ca29

Browse files
mrtopsytJonah Paten
authored and
Jonah Paten
committed
test: corrected errors in complex rebase (#4078)
1 parent b9d7200 commit e22ca29

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

explorer/e2e/anvil/anvil-tabs-buttons.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { anvilTabs } from "./anvil-tabs";
55
test("Expect clicking the activities tab to go to the correct url and to show all of the relevant columns when selected", async ({
66
page,
77
}) => {
8-
`` await testTab(page, anvilTabs.datasets, anvilTabs.activities);
8+
await testTab(page, anvilTabs.datasets, anvilTabs.activities);
99
});
1010

1111
test("Expect clicking the datasets tab to go to the correct url and to show all of the relevant columns when selected", async ({

explorer/playwright_anvil.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ const config: PlaywrightTestConfig = {
3333
timeout: 240 * 1000,
3434
url: "http://localhost:3000/",
3535
},
36-
workers: 1,
36+
workers: "75%",
3737
};
3838
export default config;

0 commit comments

Comments
 (0)