Skip to content

Commit bd20456

Browse files
committed
fix: revert upload e2e test change
1 parent 90ff514 commit bd20456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/tests/cypress/integration/IKUpload.cy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ describe('ik-upload component', () => {
1616
cy.wait(4000);
1717

1818
//Verify uploaded file
19-
cy.get('.uploaded-img-ik').find('img').invoke('attr', 'src').should('contain','/demo');
19+
cy.get('.uploaded-img-ik').find('img').invoke('attr', 'src').should('contain','/test');
2020
});
2121
});
2222
});

0 commit comments

Comments
 (0)