Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa committed Oct 21, 2024
1 parent 9f67986 commit fb4b19f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/helpers/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ export async function install () {
chromedriverDir: await prepareChromedriverDir(osInfo.name),
});
const chromeDriverVersion = CD_VER === 'LATEST'
? CD_VER
: await client.getLatestKnownGoodVersion();
? await client.getLatestKnownGoodVersion()
: CD_VER;
await client.syncDrivers({
osInfo,
versions: [chromeDriverVersion],
Expand Down

0 comments on commit fb4b19f

Please sign in to comment.