Skip to content

Commit

Permalink
Fix order of elements in UI table test.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Aug 10, 2021
1 parent fe2a210 commit 75b0b98
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ private void assertTableEntriesAndSorting(final DetailsTable detailsTable) {
detailsTable.sortColumn(FILE_NAME);
assertRow(detailsTable,
0,
"config.yml",
".gitattributes",
1,
1
);
Expand Down

0 comments on commit 75b0b98

Please sign in to comment.