Skip to content

Commit

Permalink
fixed 'already downloaded' selfcustody.pem for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
qlrd committed Sep 7, 2023
1 parent 5a1bd48 commit a226613
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ describe('KruxInstaller SelectVersion page (already downloaded public key certif
if (process.platform === 'linux' || process.platform === 'darwin') {
await expectWDIO(instance.warningAlreadyDownloadedText).toHaveText('main/selfcustody.pem already downloaded')
} else if (process.platform === 'win32') {
await expectWDIO(instance.warningAlreadyDownloadedText).toHaveText('main/selfcustody.pem already downloaded')
await expectWDIO(instance.warningAlreadyDownloadedText).toHaveText('main\\selfcustody.pem already downloaded')
}
})

Expand Down

0 comments on commit a226613

Please sign in to comment.