Skip to content

Commit

Permalink
[wdc] Format codes
Browse files Browse the repository at this point in the history
  • Loading branch information
ngoanh2n committed Aug 20, 2022
1 parent 86202f2 commit 39b7295
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ void isOpera() {
void isIE() {
assertTrue(WebDriverChecker.isAlive());
assertFalse(WebDriverChecker.isRemote());

assertFalse(WebDriverChecker.isChrome());
assertFalse(WebDriverChecker.isSafari());
assertFalse(WebDriverChecker.isFirefox());
Expand Down

0 comments on commit 39b7295

Please sign in to comment.