We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 877ef24 commit 6d23a66Copy full SHA for 6d23a66
1 file changed
test/installation-test.ts
@@ -646,7 +646,7 @@ function doOpenUserCssTest(prefix: () => string|void) {
646
it('should be applied', async function() {
647
this.timeout(600000 * TIME_MODIFIER);
648
this.slow(600000 * TIME_MODIFIER);
649
- await driver.get('https://about.gitlab.com/');
+ await driver.get('https://gitlab.com/users/sign_in');
650
651
await wait(5000);
652
0 commit comments