mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-08 14:35:45 +01:00
fixed snapshot tests on ci
This commit is contained in:
@@ -18,11 +18,11 @@ exports[`Storyshots Button Colors 1`] = `
|
|||||||
className="sc-bwzfXH EEAiO"
|
className="sc-bwzfXH EEAiO"
|
||||||
>
|
>
|
||||||
<button
|
<button
|
||||||
className="button is-success"
|
className="button is-link"
|
||||||
onClick={[Function]}
|
onClick={[Function]}
|
||||||
type="button"
|
type="button"
|
||||||
>
|
>
|
||||||
success
|
link
|
||||||
|
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
@@ -38,6 +38,18 @@ exports[`Storyshots Button Colors 1`] = `
|
|||||||
|
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
<div
|
||||||
|
className="sc-bwzfXH EEAiO"
|
||||||
|
>
|
||||||
|
<button
|
||||||
|
className="button is-success"
|
||||||
|
onClick={[Function]}
|
||||||
|
type="button"
|
||||||
|
>
|
||||||
|
success
|
||||||
|
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
<div
|
<div
|
||||||
className="sc-bwzfXH EEAiO"
|
className="sc-bwzfXH EEAiO"
|
||||||
>
|
>
|
||||||
@@ -62,6 +74,42 @@ exports[`Storyshots Button Colors 1`] = `
|
|||||||
|
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
<div
|
||||||
|
className="sc-bwzfXH EEAiO"
|
||||||
|
>
|
||||||
|
<button
|
||||||
|
className="button is-white"
|
||||||
|
onClick={[Function]}
|
||||||
|
type="button"
|
||||||
|
>
|
||||||
|
white
|
||||||
|
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
className="sc-bwzfXH EEAiO"
|
||||||
|
>
|
||||||
|
<button
|
||||||
|
className="button is-light"
|
||||||
|
onClick={[Function]}
|
||||||
|
type="button"
|
||||||
|
>
|
||||||
|
light
|
||||||
|
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
className="sc-bwzfXH EEAiO"
|
||||||
|
>
|
||||||
|
<button
|
||||||
|
className="button is-dark"
|
||||||
|
onClick={[Function]}
|
||||||
|
type="button"
|
||||||
|
>
|
||||||
|
dark
|
||||||
|
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
<div
|
<div
|
||||||
className="sc-bwzfXH EEAiO"
|
className="sc-bwzfXH EEAiO"
|
||||||
>
|
>
|
||||||
@@ -74,6 +122,18 @@ exports[`Storyshots Button Colors 1`] = `
|
|||||||
|
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
<div
|
||||||
|
className="sc-bwzfXH EEAiO"
|
||||||
|
>
|
||||||
|
<button
|
||||||
|
className="button is-text"
|
||||||
|
onClick={[Function]}
|
||||||
|
type="button"
|
||||||
|
>
|
||||||
|
text
|
||||||
|
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
|
import path from "path";
|
||||||
import initStoryshots from "@storybook/addon-storyshots";
|
import initStoryshots from "@storybook/addon-storyshots";
|
||||||
|
|
||||||
initStoryshots({
|
initStoryshots({
|
||||||
/* configuration options */
|
configPath: path.resolve(__dirname, "..", ".storybook")
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user