Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ test.afterAll('Cleanup', async ({ browser }) => {

test.describe.serial('Domain Widget Filter', () => {
test('Setup Domains widget on landing page', async ({ page }) => {
test.slow();
await redirectToHomePage(page);
Comment on lines 59 to 61
Comment on lines 58 to 61
await waitForAllLoadersToDisappear(page);

Expand Down
Loading