[SG-31710] Migrate E2E tests from mocha to jest
Created by: gitstart-sourcegraph
Implementation
- Migrate all tests in client/web/src/end-to-end from Mocha to Jest
- Migrate all tests in client/browser/src/end-to-end from Mocha to Jest
- Ensure tests still run and pass as expected
Test plan
- Check all files in
client/web/src/end-to-end
andclient/web/src/end-to-end
are migrated from Mocha to Jest. - Check
CI
and ensure tests still run and pass as expected