@@ -99,7 +99,7 @@ export const OverridePageTitle: StoryObj<ReportAProblem> = {
9999 render,
100100 args : {
101101 ...RepoAndSourcePath . args ,
102- pageTitle : 'thingie '
102+ pageTitle : 'thingy '
103103 } ,
104104 play : async ( { canvasElement, args} ) => {
105105 const reportAProblem = canvasElement . querySelector ( 'jio-report-a-problem' ) as ReportAProblem ;
@@ -111,7 +111,7 @@ export const OverridePageTitle: StoryObj<ReportAProblem> = {
111111
112112 expectToBeUrlEncoded (
113113 reportAProblem . shadowRoot . querySelector ( 'a' ) . getAttribute ( 'href' ) ,
114- { url : '' , title : 'thingie page' , githubRepo : args . githubRepo }
114+ { url : '' , title : 'thingy page' , githubRepo : args . githubRepo }
115115 ) ;
116116 }
117117} ;
@@ -120,7 +120,7 @@ export const OverrideURL: StoryObj<ReportAProblem> = {
120120 render,
121121 args : {
122122 ...RepoAndSourcePath . args ,
123- pageTitle : 'thingie ' ,
123+ pageTitle : 'thingy ' ,
124124 url : 'https://google.com/'
125125 } ,
126126 play : async ( { canvasElement, args} ) => {
@@ -133,7 +133,7 @@ export const OverrideURL: StoryObj<ReportAProblem> = {
133133
134134 expectToBeUrlEncoded (
135135 reportAProblem . shadowRoot . querySelector ( 'a' ) . getAttribute ( 'href' ) ,
136- { url : 'https://google.com/' , title : 'thingie page' , githubRepo : args . githubRepo }
136+ { url : 'https://google.com/' , title : 'thingy page' , githubRepo : args . githubRepo }
137137 ) ;
138138 }
139139} ;
0 commit comments