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 9f0954a commit 952cc41Copy full SHA for 952cc41
test/helper/webapi.js
@@ -846,7 +846,7 @@ module.exports.tests = function () {
846
847
describe('#attachFile', () => {
848
it('should upload file located by CSS', async () => {
849
- if (isHelper('WebDriver')) this.skip()
+ if (isHelper('WebDriver')) return
850
851
await I.amOnPage('/form/file')
852
await I.attachFile('#avatar', 'app/avatar.jpg')
@@ -858,7 +858,7 @@ module.exports.tests = function () {
858
})
859
860
it('should upload file located by label', async () => {
861
862
863
864
await I.attachFile('Avatar', 'app/avatar.jpg')
0 commit comments