You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 30, 2023. It is now read-only.
yarn mocha -g 'Tribute Page', since I only changed these tests
Error message: SessionNotCreatedError: session not created: This version of ChromeDriver only supports Chrome version 94 Current browser version is 102.0.5005.115 with binary path /usr/bin/google-chrome-stable
I'm using updated Ubuntu 20.04.1 LTS. Any ideas? Is there a standard test environment suggested, like a container?
EDIT:
Since there is a yarn.lock file and it enforces the ChromeDriver version, I didn't want to alter it. So I downloaded Chromium Version 94.0.4606.0 (Developer Build) (64-bit), unzipped the file, and edited the .env file BROWSER_PATH to point to the file named chrome inside the unzipped folder. Ran the tests again, all passing except D3: Heat Map, which I didn't change. So, I'll make my PR now.
On the tests for the Build a JavaScript Calculator challenge, line 339:
testable-projects-fcc/src/project-tests/calculator-tests.js
Line 339 in 7524139
should read:
'The sequence "5 + 5 = + 3 =" should produce an output of "13" '
right?
The text was updated successfully, but these errors were encountered: