Tests: Update page-model

This commit is contained in:
theresa 2022-02-25 17:01:08 +01:00
parent 5d31603a99
commit f5381ea01b

View file

@ -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) {