Skip to content

Commit

Permalink
Merge pull request #1 from zeapaez/skipCommandremoved
Browse files Browse the repository at this point in the history
Skip command removed
  • Loading branch information
zeapaez authored Dec 21, 2024
2 parents bceecdd + 46b3b29 commit 2cbb84d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/functional/uploadFiles_parent.cy.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
describe('Upload files', () => {
it.skip('Upload files test - selectFile', () => {
it('Upload files test - selectFile', () => {
const FilePath = Cypress.config('fileServerFolder') + '\\cypress\\downloads\\download.xlsx'
cy.visit('https://rahulshettyacademy.com/upload-download-test/index.html')
cy.get('#downloadButton').click()
Expand Down

0 comments on commit 2cbb84d

Please sign in to comment.