Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksandr Sherashov committed Apr 21, 2024
1 parent e09ccb3 commit 423c669
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/pageObject.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ class PageObject {

class ArticlePage extends PageObject {
constructor(url, slug) {
super(url);
this.url = this.url + slug;
super(url + slug);
}

get commentButton() {
Expand Down

0 comments on commit 423c669

Please sign in to comment.