Skip to content
Snippets Groups Projects
Commit 43d0ad98 authored by Adam G-H's avatar Adam G-H
Browse files

Okay, I guess we just needed a long timeout.

parent a69e8a45
No related branches found
No related tags found
No related merge requests found
Pipeline #387585 canceled
......@@ -31,9 +31,6 @@ const runCommand = (command) => {
return cy.exec(command, {
env: env || {},
timeout: 240000,
failOnNonZeroExit: false
}).then((process) => {
expect(process.code).to.equal(0, process.stdout + process.stderr);
});
};
......
......@@ -12,7 +12,8 @@ describe('Contact form', () => {
// Ensure the viewport is wide enough to see the main menu links.
cy.viewport('macbook-13');
// Use the main menu link to visit the contact form.
cy.findByText('Main navigation')
cy.visit('/')
.getByText('Main navigation')
.parent()
.find('a:contains("Contact")')
.click();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment