-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test(Button): improve button tests #1756
Merged
Merged
Changes from 6 commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
6756b45
test(create-smoke-scenarios): fix TS
itwillwork 343d973
test(create-smoke-scenarios): add screenshot postfix
itwillwork a635857
test(Button): add scenario name & change screenshot name
itwillwork 6fcd02b
test(Button): add expect export
itwillwork 3d0cf1e
test(create-smoke-scenarios): fix TS
itwillwork 8fc61e1
test(create-smoke-scenarios): fix unit tests
itwillwork 167a3cc
test(Button): code review
itwillwork 92dff67
test(Button): fix unit test
itwillwork c455263
Merge branch 'main' into improve-button-tests
itwillwork f8f19e1
Merge branch 'main' into improve-button-tests
itwillwork File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,7 @@ export const expectScreenshotFixture: PlaywrightFixture<ExpectScreenshotFixture> | |
const expectScreenshot: ExpectScreenshotFixture = async ({ | ||
component, | ||
screenshotName, | ||
screenshotPostfix, | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. For multiple screenshots per test test(........., () => {
await expectScreenshot();
//...
await expectScreenshot({
screenshotPostfix: 'after hover',
});
}); There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Maybe |
||
...pageScreenshotOptions | ||
} = {}) => { | ||
const captureScreenshot = async (theme: string) => { | ||
|
@@ -25,7 +26,9 @@ export const expectScreenshotFixture: PlaywrightFixture<ExpectScreenshotFixture> | |
}); | ||
}; | ||
|
||
const nameScreenshot = testInfo.titlePath.slice(1).join(' '); | ||
const nameScreenshot = | ||
testInfo.titlePath.slice(1).join(' ') + | ||
(screenshotPostfix ? ` ${screenshotPostfix}` : ''); | ||
|
||
expect(await captureScreenshot('dark')).toMatchSnapshot({ | ||
name: `${screenshotName || nameScreenshot} dark.png`, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+2.3 KB
...al.test.tsx-snapshots/Button-smoke-scenario-after-hover-dark-chromium-linux.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 added
BIN
+2 KB
...sual.test.tsx-snapshots/Button-smoke-scenario-after-hover-dark-webkit-linux.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 added
BIN
+2.13 KB
...l.test.tsx-snapshots/Button-smoke-scenario-after-hover-light-chromium-linux.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 added
BIN
+1.84 KB
...ual.test.tsx-snapshots/Button-smoke-scenario-after-hover-light-webkit-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added
BIN
+1.84 KB
...Button-smoke-scenario-props-pin-brick-brick-after-hover-dark-chromium-linux.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 added
BIN
+1.6 KB
...s/Button-smoke-scenario-props-pin-brick-brick-after-hover-dark-webkit-linux.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 added
BIN
+1.73 KB
...utton-smoke-scenario-props-pin-brick-brick-after-hover-light-chromium-linux.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 added
BIN
+1.51 KB
.../Button-smoke-scenario-props-pin-brick-brick-after-hover-light-webkit-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added
BIN
+2.35 KB
...utton-smoke-scenario-props-pin-brick-circle-after-hover-dark-chromium-linux.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 added
BIN
+2.08 KB
.../Button-smoke-scenario-props-pin-brick-circle-after-hover-dark-webkit-linux.png
Oops, something went wrong.
Binary file added
BIN
+2.2 KB
...tton-smoke-scenario-props-pin-brick-circle-after-hover-light-chromium-linux.png
Oops, something went wrong.
Binary file added
BIN
+1.96 KB
...Button-smoke-scenario-props-pin-brick-circle-after-hover-light-webkit-linux.png
Oops, something went wrong.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added
BIN
+1.84 KB
...Button-smoke-scenario-props-pin-brick-clear-after-hover-dark-chromium-linux.png
Oops, something went wrong.
Binary file added
BIN
+1.6 KB
...s/Button-smoke-scenario-props-pin-brick-clear-after-hover-dark-webkit-linux.png
Oops, something went wrong.
Binary file added
BIN
+1.73 KB
...utton-smoke-scenario-props-pin-brick-clear-after-hover-light-chromium-linux.png
Oops, something went wrong.
Binary file added
BIN
+1.51 KB
.../Button-smoke-scenario-props-pin-brick-clear-after-hover-light-webkit-linux.png
Oops, something went wrong.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added
BIN
+2.09 KB
...Button-smoke-scenario-props-pin-brick-round-after-hover-dark-chromium-linux.png
Oops, something went wrong.
Binary file added
BIN
+1.8 KB
...s/Button-smoke-scenario-props-pin-brick-round-after-hover-dark-webkit-linux.png
Oops, something went wrong.
Binary file added
BIN
+1.96 KB
...utton-smoke-scenario-props-pin-brick-round-after-hover-light-chromium-linux.png
Oops, something went wrong.
Binary file added
BIN
+1.68 KB
.../Button-smoke-scenario-props-pin-brick-round-after-hover-light-webkit-linux.png
Oops, something went wrong.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added
BIN
+2.37 KB
...utton-smoke-scenario-props-pin-circle-brick-after-hover-dark-chromium-linux.png
Oops, something went wrong.
Binary file added
BIN
+2.11 KB
.../Button-smoke-scenario-props-pin-circle-brick-after-hover-dark-webkit-linux.png
Oops, something went wrong.
Binary file added
BIN
+2.2 KB
...tton-smoke-scenario-props-pin-circle-brick-after-hover-light-chromium-linux.png
Oops, something went wrong.
Binary file added
BIN
+1.98 KB
...Button-smoke-scenario-props-pin-circle-brick-after-hover-light-webkit-linux.png
Oops, something went wrong.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added
BIN
+2.82 KB
...tton-smoke-scenario-props-pin-circle-circle-after-hover-dark-chromium-linux.png
Oops, something went wrong.
Binary file added
BIN
+2.52 KB
...Button-smoke-scenario-props-pin-circle-circle-after-hover-dark-webkit-linux.png
Oops, something went wrong.
Binary file added
BIN
+2.54 KB
...ton-smoke-scenario-props-pin-circle-circle-after-hover-light-chromium-linux.png
Oops, something went wrong.
Binary file added
BIN
+2.26 KB
...utton-smoke-scenario-props-pin-circle-circle-after-hover-light-webkit-linux.png
Oops, something went wrong.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added
BIN
+2.37 KB
...utton-smoke-scenario-props-pin-circle-clear-after-hover-dark-chromium-linux.png
Oops, something went wrong.
Binary file added
BIN
+2.11 KB
.../Button-smoke-scenario-props-pin-circle-clear-after-hover-dark-webkit-linux.png
Oops, something went wrong.
Binary file added
BIN
+2.2 KB
...tton-smoke-scenario-props-pin-circle-clear-after-hover-light-chromium-linux.png
Oops, something went wrong.
Binary file added
BIN
+1.98 KB
...Button-smoke-scenario-props-pin-circle-clear-after-hover-light-webkit-linux.png
Oops, something went wrong.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added
BIN
+1.84 KB
...Button-smoke-scenario-props-pin-clear-brick-after-hover-dark-chromium-linux.png
Oops, something went wrong.
Binary file added
BIN
+1.6 KB
...s/Button-smoke-scenario-props-pin-clear-brick-after-hover-dark-webkit-linux.png
Oops, something went wrong.
Binary file added
BIN
+1.73 KB
...utton-smoke-scenario-props-pin-clear-brick-after-hover-light-chromium-linux.png
Oops, something went wrong.
Binary file added
BIN
+1.51 KB
.../Button-smoke-scenario-props-pin-clear-brick-after-hover-light-webkit-linux.png
Oops, something went wrong.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added
BIN
+2.35 KB
...utton-smoke-scenario-props-pin-clear-circle-after-hover-dark-chromium-linux.png
Oops, something went wrong.
Binary file added
BIN
+2.08 KB
.../Button-smoke-scenario-props-pin-clear-circle-after-hover-dark-webkit-linux.png
Oops, something went wrong.
Binary file added
BIN
+2.2 KB
...tton-smoke-scenario-props-pin-clear-circle-after-hover-light-chromium-linux.png
Oops, something went wrong.
Binary file added
BIN
+1.96 KB
...Button-smoke-scenario-props-pin-clear-circle-after-hover-light-webkit-linux.png
Oops, something went wrong.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added
BIN
+1.84 KB
...Button-smoke-scenario-props-pin-clear-clear-after-hover-dark-chromium-linux.png
Oops, something went wrong.
Binary file added
BIN
+1.6 KB
...s/Button-smoke-scenario-props-pin-clear-clear-after-hover-dark-webkit-linux.png
Oops, something went wrong.
Binary file added
BIN
+1.73 KB
...utton-smoke-scenario-props-pin-clear-clear-after-hover-light-chromium-linux.png
Oops, something went wrong.
Binary file added
BIN
+1.51 KB
.../Button-smoke-scenario-props-pin-clear-clear-after-hover-light-webkit-linux.png
Oops, something went wrong.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added
BIN
+2.09 KB
...Button-smoke-scenario-props-pin-clear-round-after-hover-dark-chromium-linux.png
Oops, something went wrong.
Binary file added
BIN
+1.8 KB
...s/Button-smoke-scenario-props-pin-clear-round-after-hover-dark-webkit-linux.png
Oops, something went wrong.
Binary file added
BIN
+1.96 KB
...utton-smoke-scenario-props-pin-clear-round-after-hover-light-chromium-linux.png
Oops, something went wrong.
Binary file added
BIN
+1.68 KB
.../Button-smoke-scenario-props-pin-clear-round-after-hover-light-webkit-linux.png
Oops, something went wrong.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added
BIN
+2.07 KB
...Button-smoke-scenario-props-pin-round-brick-after-hover-dark-chromium-linux.png
Oops, something went wrong.
Binary file added
BIN
+1.83 KB
...s/Button-smoke-scenario-props-pin-round-brick-after-hover-dark-webkit-linux.png
Oops, something went wrong.
Binary file added
BIN
+1.94 KB
...utton-smoke-scenario-props-pin-round-brick-after-hover-light-chromium-linux.png
Oops, something went wrong.
Binary file added
BIN
+1.71 KB
.../Button-smoke-scenario-props-pin-round-brick-after-hover-light-webkit-linux.png
Oops, something went wrong.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added
BIN
+2.07 KB
...Button-smoke-scenario-props-pin-round-clear-after-hover-dark-chromium-linux.png
Oops, something went wrong.
Binary file added
BIN
+1.83 KB
...s/Button-smoke-scenario-props-pin-round-clear-after-hover-dark-webkit-linux.png
Oops, something went wrong.
Binary file added
BIN
+1.94 KB
...utton-smoke-scenario-props-pin-round-clear-after-hover-light-chromium-linux.png
Oops, something went wrong.
Binary file added
BIN
+1.71 KB
.../Button-smoke-scenario-props-pin-round-clear-after-hover-light-webkit-linux.png
Oops, something went wrong.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added
BIN
+2.3 KB
...Button-smoke-scenario-props-pin-round-round-after-hover-dark-chromium-linux.png
Oops, something went wrong.
Binary file added
BIN
+2 KB
...s/Button-smoke-scenario-props-pin-round-round-after-hover-dark-webkit-linux.png
Oops, something went wrong.
Binary file added
BIN
+2.13 KB
...utton-smoke-scenario-props-pin-round-round-after-hover-light-chromium-linux.png
Oops, something went wrong.
Binary file added
BIN
+1.84 KB
.../Button-smoke-scenario-props-pin-round-round-after-hover-light-webkit-linux.png
Oops, something went wrong.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added
BIN
+2.3 KB
...tton-smoke-scenario-props-selected-selected-after-hover-dark-chromium-linux.png
Oops, something went wrong.
Binary file added
BIN
+2.02 KB
...Button-smoke-scenario-props-selected-selected-after-hover-dark-webkit-linux.png
Oops, something went wrong.
Binary file added
BIN
+2.17 KB
...ton-smoke-scenario-props-selected-selected-after-hover-light-chromium-linux.png
Oops, something went wrong.
Binary file added
BIN
+1.92 KB
...utton-smoke-scenario-props-selected-selected-after-hover-light-webkit-linux.png
Oops, something went wrong.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added
BIN
+2.52 KB
...napshots/Button-smoke-scenario-props-size-l-after-hover-dark-chromium-linux.png
Oops, something went wrong.
Binary file added
BIN
+2.25 KB
...-snapshots/Button-smoke-scenario-props-size-l-after-hover-dark-webkit-linux.png
Oops, something went wrong.
Binary file added
BIN
+2.33 KB
...apshots/Button-smoke-scenario-props-size-l-after-hover-light-chromium-linux.png
Oops, something went wrong.
Binary file added
BIN
+2.1 KB
...snapshots/Button-smoke-scenario-props-size-l-after-hover-light-webkit-linux.png
Oops, something went wrong.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added
BIN
+2.3 KB
...napshots/Button-smoke-scenario-props-size-m-after-hover-dark-chromium-linux.png
Oops, something went wrong.
Binary file added
BIN
+2 KB
...-snapshots/Button-smoke-scenario-props-size-m-after-hover-dark-webkit-linux.png
Oops, something went wrong.
Binary file added
BIN
+2.13 KB
...apshots/Button-smoke-scenario-props-size-m-after-hover-light-chromium-linux.png
Oops, something went wrong.
Binary file added
BIN
+1.84 KB
...snapshots/Button-smoke-scenario-props-size-m-after-hover-light-webkit-linux.png
Oops, something went wrong.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added
BIN
+2.16 KB
...napshots/Button-smoke-scenario-props-size-s-after-hover-dark-chromium-linux.png
Oops, something went wrong.
Binary file added
BIN
+1.87 KB
...-snapshots/Button-smoke-scenario-props-size-s-after-hover-dark-webkit-linux.png
Oops, something went wrong.
Binary file added
BIN
+1.99 KB
...apshots/Button-smoke-scenario-props-size-s-after-hover-light-chromium-linux.png
Oops, something went wrong.
Binary file added
BIN
+1.72 KB
...snapshots/Button-smoke-scenario-props-size-s-after-hover-light-webkit-linux.png
Oops, something went wrong.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added
BIN
+2.91 KB
...apshots/Button-smoke-scenario-props-size-xl-after-hover-dark-chromium-linux.png
Oops, something went wrong.
Binary file added
BIN
+2.65 KB
...snapshots/Button-smoke-scenario-props-size-xl-after-hover-dark-webkit-linux.png
Oops, something went wrong.
Binary file added
BIN
+2.79 KB
...pshots/Button-smoke-scenario-props-size-xl-after-hover-light-chromium-linux.png
Oops, something went wrong.
Binary file added
BIN
+2.48 KB
...napshots/Button-smoke-scenario-props-size-xl-after-hover-light-webkit-linux.png
Oops, something went wrong.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added
BIN
+1.96 KB
...apshots/Button-smoke-scenario-props-size-xs-after-hover-dark-chromium-linux.png
Oops, something went wrong.
Binary file added
BIN
+1.72 KB
...snapshots/Button-smoke-scenario-props-size-xs-after-hover-dark-webkit-linux.png
Oops, something went wrong.
Binary file added
BIN
+1.83 KB
...pshots/Button-smoke-scenario-props-size-xs-after-hover-light-chromium-linux.png
Oops, something went wrong.
Binary file added
BIN
+1.6 KB
...napshots/Button-smoke-scenario-props-size-xs-after-hover-light-webkit-linux.png
Oops, something went wrong.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added
BIN
+2.37 KB
...ots/Button-smoke-scenario-props-view-action-after-hover-dark-chromium-linux.png
Oops, something went wrong.
Binary file added
BIN
+2.1 KB
...shots/Button-smoke-scenario-props-view-action-after-hover-dark-webkit-linux.png
Oops, something went wrong.
Binary file added
BIN
+2.28 KB
...ts/Button-smoke-scenario-props-view-action-after-hover-light-chromium-linux.png
Oops, something went wrong.
Binary file added
BIN
+2.03 KB
...hots/Button-smoke-scenario-props-view-action-after-hover-light-webkit-linux.png
Oops, something went wrong.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added
BIN
+2.27 KB
...utton-smoke-scenario-props-view-flat-action-after-hover-dark-chromium-linux.png
Oops, something went wrong.
Binary file added
BIN
+1.96 KB
.../Button-smoke-scenario-props-view-flat-action-after-hover-dark-webkit-linux.png
Oops, something went wrong.
Binary file added
BIN
+2.06 KB
...tton-smoke-scenario-props-view-flat-action-after-hover-light-chromium-linux.png
Oops, something went wrong.
Binary file added
BIN
+1.82 KB
...Button-smoke-scenario-props-view-flat-action-after-hover-light-webkit-linux.png
Oops, something went wrong.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added
BIN
+2.3 KB
...ton-smoke-scenario-props-view-flat-contrast-after-hover-dark-chromium-linux.png
Oops, something went wrong.
Binary file added
BIN
+2 KB
...utton-smoke-scenario-props-view-flat-contrast-after-hover-dark-webkit-linux.png
Oops, something went wrong.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added
BIN
+2.05 KB
...utton-smoke-scenario-props-view-flat-danger-after-hover-dark-chromium-linux.png
Oops, something went wrong.
Binary file added
BIN
+1.77 KB
.../Button-smoke-scenario-props-view-flat-danger-after-hover-dark-webkit-linux.png
Oops, something went wrong.
Binary file added
BIN
+2.03 KB
...tton-smoke-scenario-props-view-flat-danger-after-hover-light-chromium-linux.png
Oops, something went wrong.
Binary file added
BIN
+1.77 KB
...Button-smoke-scenario-props-view-flat-danger-after-hover-light-webkit-linux.png
Oops, something went wrong.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added
BIN
+2.13 KB
.../Button-smoke-scenario-props-view-flat-info-after-hover-dark-chromium-linux.png
Oops, something went wrong.
Binary file added
BIN
+1.83 KB
...ts/Button-smoke-scenario-props-view-flat-info-after-hover-dark-webkit-linux.png
Oops, something went wrong.
Binary file added
BIN
+2.02 KB
...Button-smoke-scenario-props-view-flat-info-after-hover-light-chromium-linux.png
Oops, something went wrong.
Binary file added
BIN
+1.78 KB
...s/Button-smoke-scenario-props-view-flat-info-after-hover-light-webkit-linux.png
Oops, something went wrong.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added
BIN
+2.3 KB
...on-smoke-scenario-props-view-flat-secondary-after-hover-dark-chromium-linux.png
Oops, something went wrong.
Binary file added
BIN
+1.98 KB
...tton-smoke-scenario-props-view-flat-secondary-after-hover-dark-webkit-linux.png
Oops, something went wrong.
Binary file added
BIN
+2.06 KB
...n-smoke-scenario-props-view-flat-secondary-after-hover-light-chromium-linux.png
Oops, something went wrong.
Binary file added
BIN
+1.77 KB
...ton-smoke-scenario-props-view-flat-secondary-after-hover-light-webkit-linux.png
Oops, something went wrong.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added
BIN
+2.17 KB
...tton-smoke-scenario-props-view-flat-success-after-hover-dark-chromium-linux.png
Oops, something went wrong.
Binary file added
BIN
+1.89 KB
...Button-smoke-scenario-props-view-flat-success-after-hover-dark-webkit-linux.png
Oops, something went wrong.
Binary file added
BIN
+2.1 KB
...ton-smoke-scenario-props-view-flat-success-after-hover-light-chromium-linux.png
Oops, something went wrong.
Binary file added
BIN
+1.85 KB
...utton-smoke-scenario-props-view-flat-success-after-hover-light-webkit-linux.png
Oops, something went wrong.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added
BIN
+2.24 KB
...tton-smoke-scenario-props-view-flat-utility-after-hover-dark-chromium-linux.png
Oops, something went wrong.
Binary file added
BIN
+1.93 KB
...Button-smoke-scenario-props-view-flat-utility-after-hover-dark-webkit-linux.png
Oops, something went wrong.
Binary file added
BIN
+2.06 KB
...ton-smoke-scenario-props-view-flat-utility-after-hover-light-chromium-linux.png
Oops, something went wrong.
Binary file added
BIN
+1.83 KB
...utton-smoke-scenario-props-view-flat-utility-after-hover-light-webkit-linux.png
Oops, something went wrong.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added
BIN
+2.25 KB
...tton-smoke-scenario-props-view-flat-warning-after-hover-dark-chromium-linux.png
Oops, something went wrong.
Binary file added
BIN
+1.94 KB
...Button-smoke-scenario-props-view-flat-warning-after-hover-dark-webkit-linux.png
Oops, something went wrong.
Binary file added
BIN
+2.06 KB
...ton-smoke-scenario-props-view-flat-warning-after-hover-light-chromium-linux.png
Oops, something went wrong.
Binary file added
BIN
+1.82 KB
...utton-smoke-scenario-props-view-flat-warning-after-hover-light-webkit-linux.png
Oops, something went wrong.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added
BIN
+2.3 KB
...ots/Button-smoke-scenario-props-view-normal-after-hover-dark-chromium-linux.png
Oops, something went wrong.
Binary file added
BIN
+2 KB
...shots/Button-smoke-scenario-props-view-normal-after-hover-dark-webkit-linux.png
Oops, something went wrong.
Binary file added
BIN
+2.13 KB
...ts/Button-smoke-scenario-props-view-normal-after-hover-light-chromium-linux.png
Oops, something went wrong.
Binary file added
BIN
+1.84 KB
...hots/Button-smoke-scenario-props-view-normal-after-hover-light-webkit-linux.png
Oops, something went wrong.
Binary file added
BIN
+2.32 KB
...n-smoke-scenario-props-view-normal-contrast-after-hover-dark-chromium-linux.png
Oops, something went wrong.
Binary file added
BIN
+2.06 KB
...ton-smoke-scenario-props-view-normal-contrast-after-hover-dark-webkit-linux.png
Oops, something went wrong.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added
BIN
+1.73 KB
...shots/Button-smoke-scenario-props-view-normal-contrast-light-chromium-linux.png
Oops, something went wrong.
Binary file added
BIN
+1.48 KB
...apshots/Button-smoke-scenario-props-view-normal-contrast-light-webkit-linux.png
Oops, something went wrong.
Binary file added
BIN
+2.3 KB
...t.tsx-snapshots/Button-smoke-scenario-props-view-normal-dark-chromium-linux.png
Oops, something went wrong.
Binary file added
BIN
+1.98 KB
...est.tsx-snapshots/Button-smoke-scenario-props-view-normal-dark-webkit-linux.png
Oops, something went wrong.
Binary file added
BIN
+2.06 KB
....tsx-snapshots/Button-smoke-scenario-props-view-normal-light-chromium-linux.png
Oops, something went wrong.
Binary file added
BIN
+1.77 KB
...st.tsx-snapshots/Button-smoke-scenario-props-view-normal-light-webkit-linux.png
Oops, something went wrong.
Binary file added
BIN
+2.66 KB
...n-smoke-scenario-props-view-outlined-action-after-hover-dark-chromium-linux.png
Oops, something went wrong.
Binary file added
BIN
+2.35 KB
...ton-smoke-scenario-props-view-outlined-action-after-hover-dark-webkit-linux.png
Oops, something went wrong.
Binary file added
BIN
+2.57 KB
...-smoke-scenario-props-view-outlined-action-after-hover-light-chromium-linux.png
Oops, something went wrong.
Binary file added
BIN
+2.25 KB
...on-smoke-scenario-props-view-outlined-action-after-hover-light-webkit-linux.png
Oops, something went wrong.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added
BIN
+2.58 KB
...s/Button-smoke-scenario-props-view-outlined-after-hover-dark-chromium-linux.png
Oops, something went wrong.
Binary file added
BIN
+2.19 KB
...ots/Button-smoke-scenario-props-view-outlined-after-hover-dark-webkit-linux.png
Oops, something went wrong.
Binary file added
BIN
+2.42 KB
.../Button-smoke-scenario-props-view-outlined-after-hover-light-chromium-linux.png
Oops, something went wrong.
Binary file added
BIN
+1.99 KB
...ts/Button-smoke-scenario-props-view-outlined-after-hover-light-webkit-linux.png
Oops, something went wrong.
Binary file added
BIN
+2.63 KB
...smoke-scenario-props-view-outlined-contrast-after-hover-dark-chromium-linux.png
Oops, something went wrong.
Binary file added
BIN
+2.29 KB
...n-smoke-scenario-props-view-outlined-contrast-after-hover-dark-webkit-linux.png
Oops, something went wrong.
Binary file added
BIN
+458 Bytes
...moke-scenario-props-view-outlined-contrast-after-hover-light-chromium-linux.png
Oops, something went wrong.
Binary file added
BIN
+413 Bytes
...-smoke-scenario-props-view-outlined-contrast-after-hover-light-webkit-linux.png
Oops, something went wrong.
File renamed without changes
File renamed without changes
Binary file added
BIN
+458 Bytes
...ots/Button-smoke-scenario-props-view-outlined-contrast-light-chromium-linux.png
Oops, something went wrong.
Binary file added
BIN
+413 Bytes
...shots/Button-smoke-scenario-props-view-outlined-contrast-light-webkit-linux.png
Oops, something went wrong.
Binary file added
BIN
+2.4 KB
...n-smoke-scenario-props-view-outlined-danger-after-hover-dark-chromium-linux.png
Oops, something went wrong.
Binary file added
BIN
+2.08 KB
...ton-smoke-scenario-props-view-outlined-danger-after-hover-dark-webkit-linux.png
Oops, something went wrong.
Binary file added
BIN
+2.54 KB
...-smoke-scenario-props-view-outlined-danger-after-hover-light-chromium-linux.png
Oops, something went wrong.
Binary file added
BIN
+2.2 KB
...on-smoke-scenario-props-view-outlined-danger-after-hover-light-webkit-linux.png
Oops, something went wrong.
File renamed without changes
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's remove
screenshotName
(it's not used anywhere), and instead ofscreenshotPostfix
introducenameSuffix
optionThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done