Feature/3 pilots page and drawer (#17)
* adding pilots page and drawer component * adding pilot page and pilot drawer
This commit was merged in pull request #17.
This commit is contained in:
14
tests/e2e/features/pilots/pilots.feature
Normal file
14
tests/e2e/features/pilots/pilots.feature
Normal file
@@ -0,0 +1,14 @@
|
||||
@pilots
|
||||
Feature: Pilots
|
||||
|
||||
Background: Navigate to the Pilots page
|
||||
Given the user is on the homepage
|
||||
When the user clicks the "Pilots" navbar link
|
||||
Then the user is on the "Pilots" page
|
||||
|
||||
Scenario: Cancel Add Pilot drawer
|
||||
Given the user is on the "Pilots" page
|
||||
When the user clicks the New button
|
||||
Then the pilot drawer is visible
|
||||
When the user clicks the pilot drawer cancel button
|
||||
Then the pilot drawer is no longer visible
|
||||
Reference in New Issue
Block a user