Andrii Kremliovskyi

Results 1 issues of Andrii Kremliovskyi

### Current behavior I have two tests uploading pdf file like this ```js cy.fixture('PDF/ThisIsTest.pdf', { encoding: null }).as('file') cy.get(personalDetails.tbModal.id).should('be.visible') cy.get(personalDetails.tbModal.fileInput).selectFile( '@file', { force: true }) ``` If I run only...

type: bug
good first issue
existing workaround