Skip to content

Commit

Permalink
#5308 fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
pnatashap committed Apr 6, 2024
1 parent 0ad7ee6 commit a1b4fea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public void filterAutocompletesTest() {
filterStateAutocomplete.show();
filterStateAutocomplete.is().disabled();
filterEditButton.click();
filterStateAutocomplete.is().expanded();
filterStateAutocomplete.is().closed();
filterName.typeText(name);
filterStateAutocomplete.expand();
filterStateAutocomplete.is().expanded();
Expand Down

0 comments on commit a1b4fea

Please sign in to comment.