Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
38c2997f
Commit
38c2997f
authored
Aug 06, 2013
by
JonahStanley
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added a comment on the features that will not work on firefox
parent
4d6984e3
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
lms/djangoapps/courseware/features/login.feature
+1
-0
lms/djangoapps/courseware/features/signup.feature
+1
-0
No files found.
lms/djangoapps/courseware/features/login.feature
View file @
38c2997f
...
...
@@ -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
...
...
lms/djangoapps/courseware/features/signup.feature
View file @
38c2997f
...
...
@@ -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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment