File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -207,7 +207,7 @@ test("Get library.css from theme middleware (/resources/library/a/themes/base/li
207
207
}
208
208
209
209
/* Inline theming parameters */
210
- #sap-ui-theme-library\\.a { background-image: url('data:text/plain;utf-8,%7B%22libraryAColor1%22:%22%23fafad2 %22%7D'); }
210
+ #sap-ui-theme-library\\.a { background-image: url('data:text/plain;utf-8,%7B%22libraryAColor1%22:%22#fafad2 %22%7D'); }
211
211
` , "Correct response" ) ;
212
212
} ) ;
213
213
} ) ;
@@ -225,7 +225,7 @@ test("Get library-RTL.css from theme middleware (/resources/library/a/themes/bas
225
225
}
226
226
227
227
/* Inline theming parameters */
228
- #sap-ui-theme-library\\.a { background-image: url('data:text/plain;utf-8,%7B%22libraryAColor1%22:%22%23fafad2 %22%7D'); }
228
+ #sap-ui-theme-library\\.a { background-image: url('data:text/plain;utf-8,%7B%22libraryAColor1%22:%22#fafad2 %22%7D'); }
229
229
` , "Correct response" ) ;
230
230
} ) ;
231
231
} ) ;
You can’t perform that action at this time.
0 commit comments