Course registration bokchoy test

This commit is contained in:
Agha Awais
2018-09-26 08:54:35 +00:00
parent a55ed88378
commit 371c1df4f3
5 changed files with 96 additions and 13 deletions

View File

@@ -1,13 +0,0 @@
@shard_1
Feature: LMS.Register for a course
As a registered user
In order to access my class content
I want to register for a class on the edX website
Scenario: I can register for a course
Given The course "6.002x" exists
And I am logged in
And I visit the courses page
When I register for the course "6.002x"
Then I should see the course numbered "6.002x" in my dashboard
And a "edx.course.enrollment.activated" server event is emitted