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