Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save dcvezzani/5313019 to your computer and use it in GitHub Desktop.
Save dcvezzani/5313019 to your computer and use it in GitHub Desktop.
Cucumber feature using incorrect user login.
Feature: Content Pages
Editors should be able to manage their own pages
Background:
Given I am a guest
...
@javascript
Scenario: An editor saves the selected category and navigates next to select the desired lay
When a registered user visits "/my401k/plan_sponsor/create_new_content"
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment