Skip to content

Commit

Permalink
#5341 disable test
Browse files Browse the repository at this point in the history
  • Loading branch information
pnatashap committed Apr 8, 2024
1 parent 66d1f66 commit 1b9aabe
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ public void before() {
persistentDrawerPage.shouldBeOpened();
}

@Test
// @todo #5341 Enable test after AppBar fix, IndexOutOfBoundary now on 2nd line
@Test(enabled = false)
public void persistentDrawerTest() {
persistentDrawer.is().hidden();
((MUIButton)appBar.buttonGroup().item(1)).click();
((MUIButton)appBar.buttonGroup().item(0)).click();
persistentDrawer.is().displayed()
.and().has().position(LEFT.toString())
.and().has().totalSize(7);
Expand Down

0 comments on commit 1b9aabe

Please sign in to comment.