Skip to content

Commit

Permalink
Merge pull request #35874 from code-dot-org/dtl_candidate_555d92ab
Browse files Browse the repository at this point in the history
  • Loading branch information
deploy-code-org committed Jul 17, 2020
2 parents 1fb5de4 + 555d92a commit b84d046
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dashboard/test/ui/features/support/hooks.rb
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
Before('@as_student') do
steps "Given I create a student named \"Test #{rand(100000)}_Student\""
steps "Given I create a student named \"#{rand(100000)}_Student\""
end

Before('@as_young_student') do
steps "Given I create a young student named \"Test #{rand(100000)}_Student\""
steps "Given I create a young student named \"#{rand(100000)}_Student\""
end

Before('@as_taught_student') do
steps "Given I create a teacher-associated student named \"Taught #{rand(100000)}_Student\""
steps "Given I create a teacher-associated student named \"#{rand(100000)}_Student\""
end

Before('@as_authorized_taught_student') do
steps "Given I create an authorized teacher-associated student named \"Taught #{rand(100000)}_Student\""
steps "Given I create an authorized teacher-associated student named \"#{rand(100000)}_Student\""
end

Before('@as_teacher') do
Expand Down

0 comments on commit b84d046

Please sign in to comment.