From 07a07ac90c671ca893d247a3b290cb6f103b0797 Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Thu, 4 Apr 2024 15:52:14 +1300 Subject: [PATCH] MNT Add @retry to behat feature files --- tests/behat/features/gridfield-import.feature | 1 + tests/behat/features/gridfield-search.feature | 1 + tests/behat/features/gridfield-toast-messages.feature | 1 + tests/behat/features/gridfield-with-arbitrarydata.feature | 1 + tests/behat/features/gridfield-with-arraydata.feature | 1 + tests/behat/features/multitab-validation.feature | 1 + tests/behat/features/notfound.feature | 1 + tests/behat/features/site-settings.feature | 1 + tests/behat/features/validation.feature | 1 + 9 files changed, 9 insertions(+) diff --git a/tests/behat/features/gridfield-import.feature b/tests/behat/features/gridfield-import.feature index 61281b74b..a246189f7 100644 --- a/tests/behat/features/gridfield-import.feature +++ b/tests/behat/features/gridfield-import.feature @@ -1,3 +1,4 @@ +@retry Feature: Import in GridField As a site owner I want confidence that only users with permission can import records diff --git a/tests/behat/features/gridfield-search.feature b/tests/behat/features/gridfield-search.feature index ff318b6c2..ba30e6480 100644 --- a/tests/behat/features/gridfield-search.feature +++ b/tests/behat/features/gridfield-search.feature @@ -1,3 +1,4 @@ +@retry Feature: Search in GridField As an author I want to search an item in the CMS diff --git a/tests/behat/features/gridfield-toast-messages.feature b/tests/behat/features/gridfield-toast-messages.feature index 0466226d0..e1ca6fc61 100644 --- a/tests/behat/features/gridfield-toast-messages.feature +++ b/tests/behat/features/gridfield-toast-messages.feature @@ -1,3 +1,4 @@ +@retry Feature: Show toast messages As an author I want to see toast message in the CMS when I create, edit, delete, publish, unpublish, archive a record diff --git a/tests/behat/features/gridfield-with-arbitrarydata.feature b/tests/behat/features/gridfield-with-arbitrarydata.feature index 933029dd2..8a0230370 100644 --- a/tests/behat/features/gridfield-with-arbitrarydata.feature +++ b/tests/behat/features/gridfield-with-arbitrarydata.feature @@ -1,3 +1,4 @@ +@retry Feature: Use Gridfield with arbitrary data As a developer I want to be able to view and edit data from some arbitrary source diff --git a/tests/behat/features/gridfield-with-arraydata.feature b/tests/behat/features/gridfield-with-arraydata.feature index 5c10c777b..f1cd78823 100644 --- a/tests/behat/features/gridfield-with-arraydata.feature +++ b/tests/behat/features/gridfield-with-arraydata.feature @@ -1,3 +1,4 @@ +@retry Feature: Use Gridfield with ArrayData As a developer I want to be able to view read-only data from some arbitrary source diff --git a/tests/behat/features/multitab-validation.feature b/tests/behat/features/multitab-validation.feature index 066de860e..36ad0059e 100644 --- a/tests/behat/features/multitab-validation.feature +++ b/tests/behat/features/multitab-validation.feature @@ -1,3 +1,4 @@ +@retry Feature: Multi-tab page validation icons As a content author I want to see which tabs have form fields that failed validation diff --git a/tests/behat/features/notfound.feature b/tests/behat/features/notfound.feature index 1549975b2..8f62da2d9 100644 --- a/tests/behat/features/notfound.feature +++ b/tests/behat/features/notfound.feature @@ -1,3 +1,4 @@ +@retry Feature: Not found As a site owner I want error messages to be displayed in the context of the admin section diff --git a/tests/behat/features/site-settings.feature b/tests/behat/features/site-settings.feature index 413bed349..b50bb17c9 100644 --- a/tests/behat/features/site-settings.feature +++ b/tests/behat/features/site-settings.feature @@ -1,3 +1,4 @@ +@retry Feature: Site settings As a site owner I want to be able to change site settings diff --git a/tests/behat/features/validation.feature b/tests/behat/features/validation.feature index b1a928500..a648ae5ed 100644 --- a/tests/behat/features/validation.feature +++ b/tests/behat/features/validation.feature @@ -1,3 +1,4 @@ +@retry Feature: Form validation As a content author I want form validation to work in the CMS