Skip to content

Commit

Permalink
Remove too slow test (?)
Browse files Browse the repository at this point in the history
  • Loading branch information
pllk committed Jan 12, 2022
1 parent 5922133 commit 9981f6b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions frontend/cypress/integration/tests/employee.feature
Expand Up @@ -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
Expand Down Expand Up @@ -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
# Then event is not removed

0 comments on commit 9981f6b

Please sign in to comment.