Skip to content

Commit

Permalink
Merge pull request #15327 from mshima/skip_ci_microfrontend
Browse files Browse the repository at this point in the history
Fix protractor.
  • Loading branch information
DanielFran authored Jun 14, 2021
2 parents 19f3117 + e77465f commit 93b9caf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ describe('account', () => {
<%_ } else { _%>
const expect1 = 'Welcome, <%= backendName %> Hipster!';
<%_ } _%>
const value1 = await element(by.css('h1')).<%- elementGetter %>;
const value1 = await element(by.css('h1 > span')).<%- elementGetter %>;
expect(value1).to.eq(expect1);
<%_ if (!authenticationTypeOauth2) { _%>
signInPage = await navBarPage.getSignInPage();
Expand Down

0 comments on commit 93b9caf

Please sign in to comment.