File tree Expand file tree Collapse file tree
src/components/VisualTour/stories Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ import {
1616} from "../../../../index" ;
1717
1818import stepDefinitionsEn from "./defaultTour" ;
19- import stepDefinitionsDe from "./defaultTour.de" ;
2019
2120export default {
2221 title : "Components/VisualTour" ,
@@ -57,9 +56,7 @@ const Template: StoryFn<typeof VisualTour> = (args: VisualTourProps) => {
5756 ) ;
5857} ;
5958
60- // Randomly choose between English and German translation
61- // FIXME: we cannot use random situation, otherwise the storybook example cannot relly compared between revisions
62- const stepDefinitions = Math . random ( ) < 0.5 ? stepDefinitionsEn : stepDefinitionsDe ;
59+ const stepDefinitions = stepDefinitionsEn ;
6360
6461export const Default = Template . bind ( { } ) ;
6562const defaultArgs : VisualTourProps = {
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments