Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmipt committed Jan 21, 2024
1 parent 53de207 commit 2f3fad1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test-integration/studio/ui/ResultTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ public void testMarkersAfterSorting() {

JPanelFixture resultSearchPanel = frameFixture.panel("ResultSearchPanel");
resultSearchPanel.textBox("FindField").enterText("5");
resultSearchPanel.button("FindButton").click();

Color bgAfter = table.backgroundAt(TableCell.row(1).column(0)).target();

Expand Down

0 comments on commit 2f3fad1

Please sign in to comment.