test: improvements for windows os execution
This commit is contained in:
@@ -40,7 +40,12 @@ export class AdminApplicationSettingsPage extends AuthenticatedPage {
|
||||
}
|
||||
|
||||
async saveSettings() {
|
||||
await this.saveButton.click();
|
||||
await Promise.all([
|
||||
this.page.waitForResponse(
|
||||
(resp) => resp.url().includes('/config') && resp.status() === 200
|
||||
),
|
||||
this.saveButton.click(),
|
||||
]);
|
||||
}
|
||||
|
||||
async expectOnlyOneSuccessSnackbarToBeVisible() {
|
||||
|
||||
Reference in New Issue
Block a user