Skip to content

Commit

Permalink
update etalon
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeniyKiyashko committed Sep 5, 2024
1 parent 6a58112 commit 3dc2aa2
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions e2e/testcafe-devextreme/tests/navigation/tabPanel/focus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,9 @@ test('[{0: selected}, {1}] -> click to multiView -> navigate to tabs[1] -> click
.pressKey('right')
.expect(tabPanel.isFocused).ok()
.expect(tabPanel.tabs.isFocused)
.notOk()
.expect(tabPanel.tabs.getItem(0).isFocused)
.ok()
.expect(tabPanel.tabs.getItem(0).isFocused)
.notOk()
.expect(tabPanel.tabs.getItem(1).isFocused)
.ok()
.expect(tabPanel.multiView.getItem(0).isFocused)
Expand Down

0 comments on commit 3dc2aa2

Please sign in to comment.