summaryrefslogtreecommitdiffstats
path: root/tests/acceptance/features/bootstrap/ToastContext.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/acceptance/features/bootstrap/ToastContext.php')
-rw-r--r--tests/acceptance/features/bootstrap/ToastContext.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/acceptance/features/bootstrap/ToastContext.php b/tests/acceptance/features/bootstrap/ToastContext.php
index 3dc941901c1..7ca3df2f47e 100644
--- a/tests/acceptance/features/bootstrap/ToastContext.php
+++ b/tests/acceptance/features/bootstrap/ToastContext.php
@@ -49,6 +49,6 @@ class ToastContext implements Context, ActorAwareInterface {
*/
public function iSeeThatTheToastIsShown($message) {
Assert::assertTrue($this->actor->find(
- self::toastMessage($message), 10)->isVisible());
+ self::toastMessage($message), 10)->isVisible());
}
}