fix: increase timeout (#513)

This commit is contained in:
Joe Tsang 2022-06-07 13:08:24 +01:00 committed by GitHub
parent d4420d6038
commit 458e9cafc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ export default class BasePage {
dialogText = 'dialog-text';
closeDialog() {
cy.getByTestId(this.closeDialogBtn, { timeout: 8000 })?.click({
cy.getByTestId(this.closeDialogBtn, { timeout: 12000 })?.click({
force: true,
});
}