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

This commit is contained in:
JonahStanley
2013-08-06 09:36:05 -04:00
parent 4d6984e3e2
commit 38c2997fcf
2 changed files with 2 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ Feature: Login in as a registered user
And I submit my credentials on the login form
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
Given I am an edX user
And I am an activated user

View File

@@ -3,6 +3,7 @@ Feature: Sign in
As a new user
I want to signup for a student account
#CHROME ONLY, firefox will not redirect properly
Scenario: Sign up from the homepage
Given I visit the homepage
When I click the link with the text "Register Now"