From faf8b52b145c2e0746fb6ff9e2e2c3dd925890aa Mon Sep 17 00:00:00 2001
From: Justus Dieckmann <justusdieckmann@wwu.de>
Date: Tue, 19 May 2020 19:25:39 +0200
Subject: [PATCH] Reformat Behat Tests

---
 tests/behat/activate_workflow.feature | 2 +-
 tests/behat/disable_workflow.feature  | 2 +-
 tests/behat/interaction.feature       | 2 +-
 tests/behat/interaction_forms.feature | 2 +-
 tests/behat/manual_trigger.feature    | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/tests/behat/activate_workflow.feature b/tests/behat/activate_workflow.feature
index 485dbd4..3d1ba02 100644
--- a/tests/behat/activate_workflow.feature
+++ b/tests/behat/activate_workflow.feature
@@ -56,4 +56,4 @@ Feature: Add a workflow definition activate it
     And I should not see the tool "Up" in any row of the "tool_lifecycle_workflows" table
     And I should not see the tool "Down" in any row of the "tool_lifecycle_workflows" table
     And I should see the tool "View" in all rows of the "tool_lifecycle_workflows" table
-    And I should not see "Add new step instance"
\ No newline at end of file
+    And I should not see "Add new step instance"
diff --git a/tests/behat/disable_workflow.feature b/tests/behat/disable_workflow.feature
index dc4c14c..34f574a 100644
--- a/tests/behat/disable_workflow.feature
+++ b/tests/behat/disable_workflow.feature
@@ -77,4 +77,4 @@ Feature: Disable a workflow
     When I press "Activate"
     # Since no element is left, the table is not displayed anymore.
     Then I should not see the table "tool_lifecycle_workflow_definitions"
-    And I should see the row "My Workflow" in the "tool_lifecycle_active_automatic_workflows" table
\ No newline at end of file
+    And I should see the row "My Workflow" in the "tool_lifecycle_active_automatic_workflows" table
diff --git a/tests/behat/interaction.feature b/tests/behat/interaction.feature
index 68f28ef..367dbbf 100644
--- a/tests/behat/interaction.feature
+++ b/tests/behat/interaction.feature
@@ -66,4 +66,4 @@ Feature: Add a workflow with an email step and test the interaction as a teacher
     And I am on lifecycle view
     Then I should see "Course 1" in the "tool_lifecycle_remaining" "table"
     And I should see "Course 2" in the "tool_lifecycle_remaining" "table"
-    And I should not see "Course 3"
\ No newline at end of file
+    And I should not see "Course 3"
diff --git a/tests/behat/interaction_forms.feature b/tests/behat/interaction_forms.feature
index 1d564fa..a00df30 100644
--- a/tests/behat/interaction_forms.feature
+++ b/tests/behat/interaction_forms.feature
@@ -88,4 +88,4 @@ Feature: Add a workflow with a manual trigger and a duplicate step and test the
     Then I should see "Duplicate course"
     When I press "Cancel"
     Then I should not see "Duplicated course will be available shortly." in the "tool_lifecycle_remaining" "table"
-    And I should see "Course 1" in the "tool_lifecycle_remaining" "table"
\ No newline at end of file
+    And I should see "Course 1" in the "tool_lifecycle_remaining" "table"
diff --git a/tests/behat/manual_trigger.feature b/tests/behat/manual_trigger.feature
index 098aa24..c2b9222 100644
--- a/tests/behat/manual_trigger.feature
+++ b/tests/behat/manual_trigger.feature
@@ -90,4 +90,4 @@ Feature: Add a manual trigger and test view and actions as a teacher
     And I log in as "admin"
     And I navigate to "Plugins > Admin tools > Life Cycle > Course backups" in site administration
     Then I should see "Course 1"
-    And I should not see "Course 2"
\ No newline at end of file
+    And I should not see "Course 2"
-- 
GitLab