Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
async () => {
await waitForReact(15000);
}
);
fixture`Footer`.page`http://localhost:3000`.beforeEach(async () => {
await waitForReact(15000);
});
fixture`Sidebar`.page`http://localhost:3000`.beforeEach(async () => {
await waitForReact(15000);
});
fixture`Header`.page`http://localhost:3000`.beforeEach(async () => {
await waitForReact(15000);
});
export const fixtureBeforeEachHook = async () => {
await waitForReact(180000);
};
async () => {
await waitForReact(15000);
}
);