* changing api url to env variable * updating env variables * updating env variables * updating env variables * updating env variables * updating env variables * updating env variables * feature/4-pilots---add * feature/4-pilots---add * feature/4-pilots---add * feature/4-pilots---add * ad pilot * add pilot * add pilot * add pilot * add pilot * add pilot * adding pilots * add pilot * add pilot * add pilots * add pilot * add pilot * adding pilots * adding pilots * adding pilots * adding pilots * adding pilots * adding pilots * adding pilots * adding pilots * adding pilots * adding pilots * adding pilots * adding pilot * adding pilot * adding pilot * adding pilot * adding pilot * adding pilot * adding pilot * adding pilot * adding pilot * adding pilot * adding pilot * adding pilot * adding pilot * adding pilot * adding pilot * adding pilot * adding pilot * adding pilot * adding pilot * adding pilot * Testing menu button * Testing menu button * Testing menu button * Testing menu button * adding pilot * adding pilot * adding pilot * adding pilot * adding pilot * adding pilot --------- Co-authored-by: Noah Spannbauer <nspannbauer@sensonix.com>
23 lines
873 B
Gherkin
23 lines
873 B
Gherkin
@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 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
|
|
|
|
# Scenario: Add pilot
|
|
# Given the user is on the "Pilots" page
|
|
# When the user clicks the Add Pilot button
|
|
# And the pilot drawer is visible
|
|
# And the user enters the pilot's information
|
|
# And the user clicks the Save button
|
|
# Then the Add Pilot drawer is no longer visible
|
|
# And the pilot is in the Pilots list |