We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65facb1 commit c344464Copy full SHA for c344464
javascript/node/selenium-webdriver/test/element_finding_test.js
@@ -153,7 +153,9 @@ test.suite(function(env) {
153
});
154
155
156
- test.it('works on XHTML pages', function() {
+ // See https://github.com/mozilla/geckodriver/issues/137
157
+ test.ignore(browsers(Browser.FIREFOX)).
158
+ it('works on XHTML pages', function() {
159
driver.get(test.whereIs('actualXhtmlPage.xhtml'));
160
161
var el = driver.findElement(By.linkText('Foo'));
0 commit comments