# @mission_view
# Feature: Missions
# In order to browse for missions
# As an Avalanche Agent
# I want to view missions and agent roles
#
# Background:
# Given the website is configured
# And the following list of missions
# | title | objective | briefing | slug |
# | Hello World | Welcome to the website | First Post | hello_world |
# | Test 001 | 1 2 3 testing | Testing the website | test_001 |
#
# Scenario: View mission list
# When I go to the missions page
# Then I should see "Hello World"
# And I should see "First Post"
# And I should see "Test 001"
# And I should see "Testing the website"
|