Skip to content

Commit

Permalink
Deleted unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
Maksym Akhtamov committed Mar 20, 2024
1 parent 367c348 commit f875dd3
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 @@ -19,7 +19,7 @@ class PageObject {

class ArticlePage extends PageObject {
constructor(url, slug) {
super(url, new Header());
super(url);
this.url = url + slug;
}
get commentButton() {
Expand Down

0 comments on commit f875dd3

Please sign in to comment.