Skip to content

Commit

Permalink
fix: shit
Browse files Browse the repository at this point in the history
ref: #396
  • Loading branch information
Apoorva64 committed Jun 15, 2023
1 parent 6c62385 commit 517724a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/front-end/back-office-e2e/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"devServerTarget": "front-end-back-office:serve:development"
},
"docker": {
"ui": true,
"ui": false,
"devServerTarget": null,
"config": "playwright.docker.config.ts"
}
Expand Down
2 changes: 1 addition & 1 deletion apps/front-end/back-office-e2e/src/quiz/quiz.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ test.describe('Quiz', () => {
await fixtures.quizPage.quizzes.last().click();
await fixtures.quizPage.page.waitForLoadState('networkidle');
await fixtures.quizEditPage.deleteQuiz();
await fixtures.quizPage.page.waitForLoadState('networkidle');
await fixtures.quizPage.goto();
expect(await fixtures.quizPage.quizzes.count()).toBe(DEFAULT_QUIZ_COUNT);
});
});
2 changes: 1 addition & 1 deletion apps/front-end/front-office-e2e/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"devServerTarget": "front-end-front-office:serve:development"
},
"docker": {
"ui": true,
"ui": false,
"devServerTarget": null,
"config": "playwright.docker.config.ts"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ export class HeaderComponent {
getBackOfficeUrl() {
return `${protocol(environment.back_office.secure)}://${
environment.back_office.domain
}`;
}/`;
}
}

0 comments on commit 517724a

Please sign in to comment.