Skip to content

Commit 53d783c

Browse files
authored
Merge pull request #1960 from silx-kit/fix-ci
Re-enable E2E tests and update snapshots
2 parents 9dea498 + d3be0ac commit 53d783c

38 files changed

+327
-71
lines changed

apps/demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"wouter": "3.9.0"
2626
},
2727
"devDependencies": {
28-
"@esrf/eslint-config": "2.0.0",
28+
"@esrf/eslint-config": "2.1.0",
2929
"@types/node": "^24.10.4",
3030
"@types/react": "^18.3.27",
3131
"@types/react-dom": "^18.3.7",

apps/storybook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"three": "0.182.0"
2828
},
2929
"devDependencies": {
30-
"@esrf/eslint-config": "2.0.0",
30+
"@esrf/eslint-config": "2.1.0",
3131
"@storybook/addon-docs": "10.1.10",
3232
"@storybook/addon-links": "10.1.10",
3333
"@storybook/react-vite": "10.1.10",

cypress/e2e/app.cy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ describe('/mock', () => {
227227
}
228228
});
229229

230-
it.only('visualize line with constant interpolation', () => {
230+
it('visualize line with constant interpolation', () => {
231231
cy.selectExplorerNode('nD_datasets');
232232
cy.selectExplorerNode('oneD');
233233

-1.01 KB
Loading
-628 Bytes
Loading
-623 Bytes
Loading
-606 Bytes
Loading
-994 Bytes
Loading
-519 Bytes
Loading
-595 Bytes
Loading

0 commit comments

Comments
 (0)