test: fix e2e tests

This commit is contained in:
Johannes Millan 2023-05-30 13:26:30 +02:00
parent bdab131141
commit aa1a4a14f4
3 changed files with 195 additions and 358 deletions

View File

@ -10,8 +10,7 @@ const PROJECT = `${SIDENAV} section.projects .project`;
const DEFAULT_PROJECT = `${PROJECT}:nth-of-type(1)`;
const DEFAULT_PROJECT_BTN = `${DEFAULT_PROJECT} .mat-menu-item`;
const BACKLOG = `.backlog`;
const SPLIT = `split`;
const TASK_LIST = `task-list`;
module.exports = {
async command(this: NBrowser) {
@ -20,7 +19,6 @@ module.exports = {
.click(EXPAND_PROJECT_BTN)
.waitForElementVisible(DEFAULT_PROJECT_BTN)
.click(DEFAULT_PROJECT_BTN)
.waitForElementVisible(BACKLOG)
.waitForElementVisible(SPLIT);
.waitForElementVisible(TASK_LIST);
},
};

545
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -168,7 +168,7 @@
"angular2-promise-buttons": "^5.0.3",
"axios": "^1.4.0",
"chart.js": "^2.8.0",
"chromedriver": ">=108.0.0",
"chromedriver": "^113.0.0",
"chrono-node": "^2.6.2",
"clipboard": "^2.0.8",
"codelyzer": "^6.0.2",