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 574fea7 commit 54a9cc4Copy full SHA for 54a9cc4
javascript/node/selenium-webdriver/test/virtualAuthenticator_test.js
@@ -150,7 +150,7 @@ suite(function (env) {
150
})
151
152
describe('VirtualAuthenticator Test Suit 2', function () {
153
- ignore(browsers(Browser.SAFARI)).it(
+ ignore(browsers(Browser.SAFARI, Browser.FIREFOX)).it(
154
'should test create authenticator',
155
async function () {
156
/**
@@ -170,7 +170,7 @@ suite(function (env) {
170
}
171
)
172
173
174
'should test remove authenticator',
175
176
let options = new virtualAuthenticatorOptions()
0 commit comments