update cypress

master
JFH 2020-12-27 19:01:18 +01:00
parent fc2d630b67
commit 48fe9ff4e8
4 changed files with 494 additions and 282 deletions

View File

@ -97,7 +97,7 @@ exports[`use various parts of svg-edit > check tool_text #0`] = `
fill-opacity="1" fill-opacity="1"
stroke-opacity="1" stroke-opacity="1"
> >
B AB
</text> </text>
</g> </g>
</svg> </svg>
@ -143,7 +143,7 @@ exports[`use various parts of svg-edit > check tool_clone #0`] = `
fill-opacity="1" fill-opacity="1"
stroke-opacity="1" stroke-opacity="1"
> >
B AB
</text> </text>
<text <text
fill="#000000" fill="#000000"
@ -159,7 +159,7 @@ exports[`use various parts of svg-edit > check tool_clone #0`] = `
stroke-opacity="1" stroke-opacity="1"
id="svg_2" id="svg_2"
> >
B AB
</text> </text>
</g> </g>
</svg> </svg>
@ -206,7 +206,7 @@ exports[`use various parts of svg-edit > check tool_italic #0`] = `
stroke-opacity="1" stroke-opacity="1"
font-="" font-=""
> >
B AB
</text> </text>
<text <text
fill="#000000" fill="#000000"
@ -223,7 +223,7 @@ exports[`use various parts of svg-edit > check tool_italic #0`] = `
id="svg_2" id="svg_2"
transform="matrix(1 0 0 1 0 0)" transform="matrix(1 0 0 1 0 0)"
> >
B AB
</text> </text>
</g> </g>
</svg> </svg>
@ -271,7 +271,7 @@ exports[`use various parts of svg-edit > check tool_bold #0`] = `
font-="" font-=""
font-weight="bold" font-weight="bold"
> >
B AB
</text> </text>
<text <text
fill="#000000" fill="#000000"
@ -288,7 +288,7 @@ exports[`use various parts of svg-edit > check tool_bold #0`] = `
id="svg_2" id="svg_2"
transform="matrix(1 0 0 1 0 0)" transform="matrix(1 0 0 1 0 0)"
> >
B AB
</text> </text>
</g> </g>
</svg> </svg>
@ -336,7 +336,7 @@ exports[`use various parts of svg-edit > check change color #0`] = `
font-="" font-=""
font-weight="bold" font-weight="bold"
> >
B AB
</text> </text>
<text <text
fill="#000000" fill="#000000"
@ -353,7 +353,7 @@ exports[`use various parts of svg-edit > check change color #0`] = `
id="svg_2" id="svg_2"
transform="matrix(1 0 0 1 0 0)" transform="matrix(1 0 0 1 0 0)"
> >
B AB
</text> </text>
</g> </g>
</svg> </svg>
@ -493,7 +493,7 @@ exports[`use various parts of svg-edit > check tool_star #0`] = `
font-style="italic" font-style="italic"
font-weight="bold" font-weight="bold"
> >
B AB
</text> </text>
<text <text
fill="#000000" fill="#000000"
@ -510,7 +510,7 @@ exports[`use various parts of svg-edit > check tool_star #0`] = `
id="svg_2" id="svg_2"
transform="matrix(1 0 0 1 0 0)" transform="matrix(1 0 0 1 0 0)"
> >
B AB
</text> </text>
<polygon <polygon
cx="407" cx="407"
@ -584,7 +584,7 @@ exports[`use various parts of svg-edit > check tool_polygon #0`] = `
font-style="italic" font-style="italic"
font-weight="bold" font-weight="bold"
> >
B AB
</text> </text>
<text <text
fill="#000000" fill="#000000"
@ -601,7 +601,7 @@ exports[`use various parts of svg-edit > check tool_polygon #0`] = `
id="svg_2" id="svg_2"
transform="matrix(1 0 0 1 0 0)" transform="matrix(1 0 0 1 0 0)"
> >
B AB
</text> </text>
<polygon <polygon
cx="407" cx="407"
@ -692,7 +692,7 @@ exports[`use various parts of svg-edit > check tool_text_anchor_start #0`] = `
font-="" font-=""
font-weight="bold" font-weight="bold"
> >
B AB
</text> </text>
<text <text
fill="#000000" fill="#000000"
@ -709,7 +709,7 @@ exports[`use various parts of svg-edit > check tool_text_anchor_start #0`] = `
id="svg_2" id="svg_2"
transform="matrix(1 0 0 1 0 0)" transform="matrix(1 0 0 1 0 0)"
> >
B AB
</text> </text>
<polygon <polygon
cx="407" cx="407"
@ -813,7 +813,7 @@ exports[`use various parts of svg-edit > check tool_text_anchor_middle #0`] = `
font-="" font-=""
font-weight="bold" font-weight="bold"
> >
B AB
</text> </text>
<text <text
fill="#000000" fill="#000000"
@ -830,7 +830,7 @@ exports[`use various parts of svg-edit > check tool_text_anchor_middle #0`] = `
id="svg_2" id="svg_2"
transform="matrix(1 0 0 1 0 0)" transform="matrix(1 0 0 1 0 0)"
> >
B AB
</text> </text>
<polygon <polygon
cx="407" cx="407"
@ -949,7 +949,7 @@ exports[`use various parts of svg-edit > check tool_text_anchor_end #0`] = `
font-="" font-=""
font-weight="bold" font-weight="bold"
> >
B AB
</text> </text>
<text <text
fill="#000000" fill="#000000"
@ -966,7 +966,7 @@ exports[`use various parts of svg-edit > check tool_text_anchor_end #0`] = `
id="svg_2" id="svg_2"
transform="matrix(1 0 0 1 0 0)" transform="matrix(1 0 0 1 0 0)"
> >
B AB
</text> </text>
<polygon <polygon
cx="407" cx="407"

View File

@ -41,7 +41,7 @@ describe('use various parts of svg-edit', function () {
.trigger('mousedown', 'center', {force: true}) .trigger('mousedown', 'center', {force: true})
.trigger('mouseup', {force: true}); .trigger('mouseup', {force: true});
// svgedit use the #text text field to capture the text // svgedit use the #text text field to capture the text
cy.get('#text').type('B', {force: true}); cy.get('#text').type('AB', {force: true});
testSnapshot(); testSnapshot();
}); });

728
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -148,8 +148,8 @@
"@babel/preset-env": "7.12.1", "@babel/preset-env": "7.12.1",
"@babel/register": "7.12.1", "@babel/register": "7.12.1",
"@babel/runtime-corejs3": "7.12.5", "@babel/runtime-corejs3": "7.12.5",
"@cypress/code-coverage": "3.8.3", "@cypress/code-coverage": "3.8.8",
"@cypress/fiddle": "1.18.4", "@cypress/fiddle": "1.19.0",
"@fintechstudios/eslint-plugin-chai-as-promised": "3.0.2", "@fintechstudios/eslint-plugin-chai-as-promised": "3.0.2",
"@hkdobrev/run-if-changed": "0.3.1", "@hkdobrev/run-if-changed": "0.3.1",
"@mysticatea/eslint-plugin": "13.0.0", "@mysticatea/eslint-plugin": "13.0.0",
@ -167,8 +167,8 @@
"coveradge": "0.6.0", "coveradge": "0.6.0",
"cp-cli": "2.0.0", "cp-cli": "2.0.0",
"cross-var": "1.1.0", "cross-var": "1.1.0",
"cypress": "5.5.0", "cypress": "6.2.0",
"cypress-axe": "0.10.0", "cypress-axe": "0.12.0",
"cypress-multi-reporters": "1.4.0", "cypress-multi-reporters": "1.4.0",
"cypress-plugin-snapshots": "1.4.4", "cypress-plugin-snapshots": "1.4.4",
"deparam": "git+https://github.com/brettz9/deparam.git#updates", "deparam": "git+https://github.com/brettz9/deparam.git#updates",