Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion automation/run-e2e/lib/docker-utils.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ export function startCypress(ip, freePort) {
// container name
`--name cypress`,
// image to run, the entrypoint set to `cypress run` by default
`cypress/included:12.1.0`,
`cypress/included:12.2.0`,
// cypress options
`--browser ${browserCypress} ${headedMode}`.trim(),
`--e2e`,
Expand Down
2 changes: 1 addition & 1 deletion automation/run-e2e/mendix-versions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"latest": "9.20.0.58427",
"latest": "9.21.0.59661",
"8": "8.18.19.47894"
}
2 changes: 1 addition & 1 deletion automation/run-e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dependencies": {
"ansi-colors": "^4.1.3",
"cross-zip": "^4.0.0",
"cypress": "^12.1.0",
"cypress": "^12.2.0",
"cypress-image-diff-js": "^1.22.0",
"cypress-terminal-report": "^5.0.0",
"enquirer": "^2.3.6",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ describe("RichText", () => {
});

before(() => {
cy.visit("/");
cy.visit("index.html");
cy.contains("Generate Data").click();
});

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ describe("Slider widget", () => {

describe("Slider", () => {
it("renders with context", () => {
cy.visit("/");
cy.visit("index.html");
cy.get(".mx-name-textBoxMinimumValue")
.find("input")
.then($minimumValue => {
Expand Down
28 changes: 13 additions & 15 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.