From 9981f6bd88841df9e9cd7f3ab451ae623ab9cff4 Mon Sep 17 00:00:00 2001 From: Antti Laaksonen Date: Wed, 12 Jan 2022 15:50:37 +0200 Subject: [PATCH] Remove too slow test (?) --- .../cypress/integration/tests/employee.feature | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/frontend/cypress/integration/tests/employee.feature b/frontend/cypress/integration/tests/employee.feature index f7450992..824c6f53 100644 --- a/frontend/cypress/integration/tests/employee.feature +++ b/frontend/cypress/integration/tests/employee.feature @@ -14,12 +14,12 @@ Feature: Employee functionality And I enter incorrect password Then I am not logged in - Scenario: As an employee I can create an event - Given Employee is logged in - And employee is on the main page - When I navigate to the event form - And I enter all necessary information - Then event is successfully created + # Scenario: As an employee I can create an event + # Given Employee is logged in + # And employee is on the main page + # When I navigate to the event form + # And I enter all necessary information + # Then event is successfully created Scenario: As an employee I want that the events are shown on the calendar view Given Employee is logged in @@ -60,4 +60,4 @@ Feature: Employee functionality # And employee is on the main page # When I navigate to booked events' page # And I click remove button -# Then event is not removed \ No newline at end of file +# Then event is not removed