Skip to content
This repository was archived by the owner on May 10, 2021. It is now read-only.

Commit 90856ad

Browse files
committed
fix existing cypress tests except a few v odd cases
1 parent fb11d14 commit 90856ad

File tree

6 files changed

+733
-3
lines changed

6 files changed

+733
-3
lines changed

cypress/fixtures/next.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module.exports = {
2-
target: "serverless",
2+
target: "experimental-serverless-trace",
33
};
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
module.exports = {
2+
target: "experimental-serverless-trace",
3+
i18n: {
4+
locales: ["en", "fr"],
5+
defaultLocale: "en"
6+
}
7+
};

cypress/integration/default_spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ before(() => {
4646
cy.task("buildProject", { project });
4747

4848
// Deploy
49-
cy.task("deployProject", { project }, { timeout: 180 * 1000 });
49+
cy.task("deployProject", { project }, { timeout: 480 * 1000 });
5050
});
5151

5252
// Set base URL

0 commit comments

Comments
 (0)