Skip to content

Commit

Permalink
tests for release zip's WarningDownload page
Browse files Browse the repository at this point in the history
  • Loading branch information
qlrd committed Aug 24, 2023
1 parent e0285b2 commit b3e1028
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ describe('KruxInstaller SelectVersion page (already downloaded release)', () =>
await expectWDIO(instance.warningDownloadAgainButtonText).toHaveText('Download it again')
})

it('should \'Show details\' button be displayed', async () = > {
it('should \'Show details\' button be displayed', async () => {
await instance.warningDownloadShowDetailsButton.waitForExist()
await instance.warningDownloadShowDetailsButtonText.waitForExist()
await expectWDIO(instance.warningDownloadShowDetailsButton).toBeDisplayed()
Expand Down

0 comments on commit b3e1028

Please sign in to comment.