Skip to content

Commit

Permalink
update dependencies and fix tesla
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardogiorato committed Dec 9, 2021
1 parent 7d52858 commit 905fa2b
Show file tree
Hide file tree
Showing 15 changed files with 93 additions and 132 deletions.
5 changes: 3 additions & 2 deletions examples/auth-google/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@
"version": "0.0.0",
"scripts": {
"dev": "doppler run -- cypress open",
"test": "HTTP_PROXY=$(echo STATIC_IP_HTTP_PROXY) cypress run --browser chrome"
"test": "echo 'still working on auth google'",
"testt": "HTTP_PROXY=$(echo STATIC_IP_HTTP_PROXY) cypress run --browser chrome"
},
"dependencies": {
"cypress": "^9.1.0"
"cypress": "^9.1.1"
}
}
2 changes: 1 addition & 1 deletion examples/form-inputs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"test": "cypress run --browser chrome"
},
"dependencies": {
"cypress": "^9.1.0"
"cypress": "^9.1.1"
}
}
4 changes: 2 additions & 2 deletions examples/gmail/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"postsetup": "pnpm ts-node ./cypress/plugins/refreshGmailToken"
},
"dependencies": {
"cypress": "^9.1.0",
"gmail-tester": "^1.3.3",
"cypress": "^9.1.1",
"gmail-tester": "^1.3.4",
"ts-node": "^10.4.0"
}
}
2 changes: 1 addition & 1 deletion examples/http-response-status/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"test": "cypress run --browser chrome"
},
"dependencies": {
"cypress": "^9.1.0"
"cypress": "^9.1.1"
}
}
4 changes: 2 additions & 2 deletions examples/mailosaur/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test": "cypress run --browser chrome"
},
"dependencies": {
"cypress": "^9.1.0",
"cypress-mailosaur": "^2.5.1"
"cypress": "^9.1.1",
"cypress-mailosaur": "^2.5.6"
}
}
2 changes: 1 addition & 1 deletion examples/mailslurp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"testt": "cypress run"
},
"dependencies": {
"cypress": "^9.1.0",
"cypress": "^9.1.1",
"cypress-mailslurp": "^1.3.0"
}
}
2 changes: 1 addition & 1 deletion examples/metatags/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"test": "cypress run --browser chrome"
},
"dependencies": {
"cypress": "^9.1.0"
"cypress": "^9.1.1"
}
}
2 changes: 1 addition & 1 deletion examples/sitemap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"test": "cypress run --browser chrome"
},
"dependencies": {
"cypress": "^9.1.0"
"cypress": "^9.1.1"
}
}
2 changes: 1 addition & 1 deletion examples/stripe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test": "cypress run --browser chrome"
},
"dependencies": {
"cypress": "^9.1.0",
"cypress": "^9.1.1",
"cypress-plugin-stripe-elements": "^1.0.2"
}
}
2 changes: 1 addition & 1 deletion examples/structured-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test": "cypress run --browser chrome"
},
"dependencies": {
"cypress": "^9.1.0",
"cypress": "^9.1.1",
"structured-data-testing-tool": "^4.5.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,6 @@ describe("Tesla buying a Model 3", () => {
cy.contains("Continue to payment").click({ force: true });
});

cy.get("#payment-lease-panel-tab").click();
cy.get("#payment-loan-panel-tab").click();
cy.get("#payment-cash-panel-tab").click();
cy.get(".payment-options > .tds-btn").click();

cy.contains("Order with Card");
});
});
Expand Down
2 changes: 1 addition & 1 deletion examples/tesla/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"test": "cypress run --browser chrome"
},
"dependencies": {
"cypress": "^9.1.0"
"cypress": "^9.1.1"
}
}
2 changes: 1 addition & 1 deletion examples/url-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"test": "cypress run"
},
"dependencies": {
"cypress": "^9.1.0"
"cypress": "^9.1.1"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"upgradeAll": "pnpm up -L -i -r"
},
"devDependencies": {
"@types/node": "^16.11.10",
"@types/node": "^16.11.12",
"ts-node": "^10.4.0",
"typescript": "^4.5.2"
},
Expand Down
Loading

0 comments on commit 905fa2b

Please sign in to comment.