Skip to content

Commit

Permalink
HPCC-31857 - added wait before click for sort order
Browse files Browse the repository at this point in the history
  • Loading branch information
Nisha-Bagdwal committed Jul 16, 2024
1 parent 4a2f0cb commit c801747
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions esp/src/test-ui/tests/framework/pages/BaseTableTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,7 @@ private String getCurrentSortingOrder(String columnKey) {

String oldSortOrder = columnHeader.getAttribute("aria-sort");

Common.waitForElementToBeClickable(columnHeader);
columnHeader.click();

return waitToLoadChangedSortOrder(oldSortOrder, columnKey);
Expand Down

0 comments on commit c801747

Please sign in to comment.