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

Skip broken UI test #36148

Merged
merged 1 commit into from
Aug 4, 2020
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ Scenario: Applab Flow
# TODO - maybe we do a remix and/or create new as well


# This test began failing, but the user experience is not broken. Clare to follow up
@skip
@no_mobile
Scenario: Save Project After Signing Out
Given I create a student named "Sally Student"
Expand All @@ -101,6 +103,10 @@ Scenario: Save Project After Signing Out
And element ".project_updated_at" eventually contains text "Saved"

When I sign out using jquery
And I add code "// comment 2" to ace editor
And ace editor code is equal to "// comment 1// comment 2"
And I press "resetButton"
And I click selector "#runButton" once I see it
Then I get redirected to "/users/sign_in" via "dashboard"

When I sign in as "Sally Student" from the sign in page
Expand Down