Skip to content

Commit

Permalink
this added
Browse files Browse the repository at this point in the history
  • Loading branch information
DimaCoDeeema committed Jan 12, 2024
1 parent c479343 commit ddd8530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pageObject.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class ArticlePage extends PageObject {
return 'Click on the [Publish comment] button';
};
assertPageOpened() {
return 'The ' + url + 'is opened';
return `The ${this.url} is opened`;
}
};

Expand Down

0 comments on commit ddd8530

Please sign in to comment.