Skip to content

Commit

Permalink
Change test to support new atlaskit version of checkbox
Browse files Browse the repository at this point in the history
  • Loading branch information
skolmer authored and saghul committed Jan 26, 2021
1 parent 04a0c13 commit e7f505c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ private void setCheckbox(String cssSelector, boolean check)

if (check != isChecked)
{
checkbox.click();
((JavascriptExecutor)driver).executeScript("arguments[0].click();", checkbox);
}
}
}

0 comments on commit e7f505c

Please sign in to comment.