Commit 38c2997f by JonahStanley

Added a comment on the features that will not work on firefox

parent 4d6984e3
...@@ -11,6 +11,7 @@ Feature: Login in as a registered user ...@@ -11,6 +11,7 @@ Feature: Login in as a registered user
And I submit my credentials on the login form And I submit my credentials on the login form
Then I should see the login error message "This account has not been activated" Then I should see the login error message "This account has not been activated"
#CHROME ONLY, firefox will not redirect properly
Scenario: Login to an activated account Scenario: Login to an activated account
Given I am an edX user Given I am an edX user
And I am an activated user And I am an activated user
......
...@@ -3,6 +3,7 @@ Feature: Sign in ...@@ -3,6 +3,7 @@ Feature: Sign in
As a new user As a new user
I want to signup for a student account I want to signup for a student account
#CHROME ONLY, firefox will not redirect properly
Scenario: Sign up from the homepage Scenario: Sign up from the homepage
Given I visit the homepage Given I visit the homepage
When I click the link with the text "Register Now" When I click the link with the text "Register Now"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment