File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/main/cypress/specs Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change
1
+ import "@ui5/webcomponents-base/dist/features/F6Navigation.js" ;
1
2
import ToolbarButton from "../../src/ToolbarButton.js" ;
2
3
import Toolbar from "../../src/Toolbar.js" ;
3
4
import Popover from "../../src/Popover.js" ;
@@ -6,7 +7,6 @@ import Label from "../../src/Label.js";
6
7
import List from "../../src/List.js" ;
7
8
import ListItem from "../../src/ListItemStandard.js" ;
8
9
import Input from "../../src/Input.js" ;
9
- import "@ui5/webcomponents-base/dist/features/F6Navigation.js" ;
10
10
11
11
describe ( "Rendering" , ( ) => {
12
12
it ( "tests arrow positioning" , ( ) => {
@@ -340,10 +340,10 @@ describe("Accessibility", () => {
340
340
< button data-sap-ui-fastnavgroup = "true" id = "test" > Test button</ button >
341
341
< Popover opener = "test" >
342
342
< div data-sap-ui-fastnavgroup = "true" >
343
- < Button id = "first" > First group focusable</ Button >
343
+ < button id = "first" > First group focusable</ button >
344
344
</ div >
345
345
< div data-sap-ui-fastnavgroup = "true" >
346
- < Button id = "second" > Second group focusable</ Button >
346
+ < button id = "second" > Second group focusable</ button >
347
347
</ div >
348
348
</ Popover >
349
349
< button data-sap-ui-fastnavgroup = "true" > Test button 2</ button >
You can’t perform that action at this time.
0 commit comments