Skip to content

Commit c65135f

Browse files
committed
CI: Add support for new error screen in "I should not see an error" statement - refs #7149
1 parent f90c5f0 commit c65135f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/behat/features/bootstrap/FeatureContext.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ public function iShouldNotSeeAnError()
147147
} else {
148148
$this->assertSession()->elementNotExists('css', '.alert-danger');
149149
}
150+
$this->assertSession()->elementNotExists('css', '.p-message-error');
150151
}
151152

152153
/**

0 commit comments

Comments
 (0)