We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8d9d19 commit d703e5dCopy full SHA for d703e5d
tests/e2e/pageobjects/git-providers/OauthPage.ts
@@ -50,9 +50,9 @@ export class OauthPage {
50
OauthPage.DENY_ACCESS_BUTTON = By.xpath('//span[text()="Deny"]');
51
}
52
break;
53
- case GitProviderType.BITBUCKET_CLOUD_OAUTH2:
+ case GitProviderType.BITBUCKET_CLOUD_OAUTH2:
54
{
55
- OauthPage.LOGIN_FORM = By.id('username');
+ OauthPage.LOGIN_FORM = By.css('[data-testid="username"]');
56
OauthPage.PASSWORD_FORM = By.id('password');
57
OauthPage.SUBMIT_BUTTON = By.id('login-submit');
58
OauthPage.APPROVE_BUTTON = By.xpath('//button[@value="approve"]');
0 commit comments