Strip tracking url parameters
This commit is contained in:
parent
0daa03e04c
commit
114068c531
4 changed files with 40 additions and 11 deletions
|
@ -10,6 +10,9 @@ class HomePage extends Page {
|
|||
this.progress = 'progress';
|
||||
this.shareUrl = '#share-url';
|
||||
this.downloadCountSelect = '#expire-after-dl-count-select';
|
||||
this.addPassword = '#add-password';
|
||||
this.passwordInput = '#password-input';
|
||||
this.passwordButton = '#password-btn';
|
||||
}
|
||||
|
||||
waitForPageToLoad() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue