Skip to content
This repository was archived by the owner on Mar 4, 2020. It is now read-only.

Commit b54d503

Browse files
committed
Skip tests utilizing xPath selectors, which are not properly supported in Edge
1 parent a0d6be9 commit b54d503

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/functional/WebDriverCheckboxesTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
/**
2121
* @covers \Facebook\WebDriver\WebDriverCheckboxes
2222
* @covers \Facebook\WebDriver\AbstractWebDriverCheckboxOrRadio
23+
* @group exclude-edge
2324
*/
2425
class WebDriverCheckboxesTest extends WebDriverTestCase
2526
{

tests/functional/WebDriverRadiosTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
/**
2222
* @covers \Facebook\WebDriver\WebDriverRadios
2323
* @covers \Facebook\WebDriver\AbstractWebDriverCheckboxOrRadio
24+
* @group exclude-edge
2425
*/
2526
class WebDriverRadiosTest extends WebDriverTestCase
2627
{

0 commit comments

Comments
 (0)