Skip to content

Commit a76f8f8

Browse files
Merge pull request #5547 from topcoder-platform/circleci-automation-testing
(HOTFIX) Circleci automation testing
2 parents 9ff414c + e30a171 commit a76f8f8

File tree

1 file changed

+1
-1
lines changed
  • automated-smoke-test/page-objects/pages/topcoder/header

1 file changed

+1
-1
lines changed

automated-smoke-test/page-objects/pages/topcoder/header/header.po.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export class HeaderPage {
107107
* Gets the login link
108108
*/
109109
private get loginLink() {
110-
return ElementHelper.getElementByLinkText('LOGIN');
110+
return ElementHelper.getElementByLinkText('LOG IN');
111111
}
112112

113113
/**

0 commit comments

Comments
 (0)