Tests: Update page-model
This commit is contained in:
parent
5d31603a99
commit
f5381ea01b
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ export default class Page {
|
|||
constructor() {
|
||||
this.recognizedTab = Selector("#tab-people > a", { timeout: 15000 });
|
||||
this.newTab = Selector("#tab-people_faces > a", { timeout: 15000 });
|
||||
this.showAllNewButton = Selector('a[href="/all?q=face%3Anew"]');
|
||||
}
|
||||
|
||||
async addNameToFace(id, name) {
|
||||
|
|
Loading…
Reference in a new issue