From be71df090cf4861903f62699c6ce45fd2a7bde54 Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Thu, 4 Apr 2024 15:54:32 +1300 Subject: [PATCH] MNT Add @retry to behat feature files --- tests/behat/features/file-details.feature | 1 + tests/behat/features/wysiwyg-embed-toolbar.feature | 2 +- tests/behat/features/wysiwyg-image-toolbar.feature | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/behat/features/file-details.feature b/tests/behat/features/file-details.feature index 77eefb752..dc4b9f023 100644 --- a/tests/behat/features/file-details.feature +++ b/tests/behat/features/file-details.feature @@ -1,3 +1,4 @@ +@retry Feature: File details As a cms author I want to see file details diff --git a/tests/behat/features/wysiwyg-embed-toolbar.feature b/tests/behat/features/wysiwyg-embed-toolbar.feature index f8dcf658d..f0aedefc3 100644 --- a/tests/behat/features/wysiwyg-embed-toolbar.feature +++ b/tests/behat/features/wysiwyg-embed-toolbar.feature @@ -1,4 +1,4 @@ -@assets +@assets @retry Feature: Use the WYSIWYG embed toolbar As a cms author I want to edit and delete embeds using the context toolbar diff --git a/tests/behat/features/wysiwyg-image-toolbar.feature b/tests/behat/features/wysiwyg-image-toolbar.feature index 4ba9dd154..c4d1da0d2 100644 --- a/tests/behat/features/wysiwyg-image-toolbar.feature +++ b/tests/behat/features/wysiwyg-image-toolbar.feature @@ -1,4 +1,4 @@ -@assets +@assets @retry Feature: Use the WYSIWYG image toolbar As a cms author I want to edit and delete images using the context toolbar