Skip to content

Commit

Permalink
Merge pull request #1518 from silx-kit/fix-flaky-tests
Browse files Browse the repository at this point in the history
Fix flaky visual diffing tests
  • Loading branch information
axelboc authored Oct 31, 2023
2 parents 17ae4f9 + 3b99786 commit d890800
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 4 deletions.
Binary file modified cypress/snapshots/app.cy.ts/auxspectrum.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified cypress/snapshots/app.cy.ts/logspectrum.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified cypress/snapshots/app.cy.ts/nximage.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified cypress/snapshots/app.cy.ts/nxrgb.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified cypress/snapshots/app.cy.ts/nxspectrum.snap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 7 additions & 4 deletions packages/lib/src/toolbar/controls/ToggleGroup.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
padding: 0 !important; /* FIX style ordering issue with Vite */
}

.btn[data-hint] {
text-decoration: underline dotted;
}

.btnLike {
composes: btnLike from '../Toolbar.module.css';
}
Expand All @@ -34,3 +30,10 @@
.label {
composes: label from '../Toolbar.module.css';
}

.btn[data-hint] .label {
position: relative;
top: 1px;
border-bottom: 1px dotted currentColor;
line-height: 1.1;
}

0 comments on commit d890800

Please sign in to comment.