Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Top Instructions CSP: Eyes Test #27903

Merged
merged 3 commits into from Apr 5, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -13,7 +13,14 @@ Scenario: CSD and CSP Top Instructions
Then I see no difference for "teacher in applab level with rubric after viewing rubric"

And I am on "http://studio.code.org/s/allthethings/stage/38/puzzle/2?enableExperiments=2019-mini-rubric"
And I wait to see ".uitest-feedback"
And I wait until element ".user_menu" is visible
And I wait until element "iframe" is visible
And I switch to the first iframe
And I wait to see "#bramble"
And I wait until element "iframe" is visible
And I switch to the first iframe
dmcavoy marked this conversation as resolved.
Show resolved Hide resolved
And I wait to see "#editor-holder"
And I switch to the default content
Then I see no difference for "teacher in weblab level with rubric"
Then I click selector ".uitest-feedback"
Then I see no difference for "teacher in weblab level viewing rubric"
Expand Down
3 changes: 3 additions & 0 deletions dashboard/test/ui/features/weblab.feature
Expand Up @@ -9,3 +9,6 @@ Scenario: Web Lab iframe contents loads
And I wait until element "iframe" is visible
And I switch to the first iframe
Then I wait to see "#bramble"
And I wait until element "iframe" is visible
And I switch to the first iframe
Then I wait to see "#editor-holder"