Skip to content

Commit

Permalink
fix: use clear selection bulk action to deselect tags
Browse files Browse the repository at this point in the history
  • Loading branch information
tkajtoch committed Jun 13, 2024
1 parent afc6fed commit 08a6586
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {

const unselectTags = async () => {
if (await tagManagementPage.isSelectionColumnDisplayed()) {
await tagManagementPage.selectAllTagRows();
await tagManagementPage.selectAllTagRows();
await tagManagementPage.clickOnBulkAction('clear_selection');
}
};

Expand Down

0 comments on commit 08a6586

Please sign in to comment.