Skip to content

Commit e525b83

Browse files
test cases fixed I
1 parent 58e07d3 commit e525b83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui.tests/test-module/specs/fileinput/fileinputv3.runtime.cy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ describe('Click on button tag (V-3)', () => {
250250
});
251251

252252
it(`file input should not support extenstion which are not in accept property`, () => {
253-
const fileinput7 = "input[name='fileinput7']";
253+
const fileInput7 = "input[name='fileinput7']";
254254
cy.attachFile(fileInput7, ['sample.afe']);
255255
cy.get('.cmp-adaptiveform-fileinput__filelist')
256256
.children()

0 commit comments

Comments
 (0)