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

Remove runButton step from star wars test #41313

Merged
merged 1 commit into from
Jun 30, 2021

Conversation

jamescodeorg
Copy link
Contributor

@jamescodeorg jamescodeorg commented Jun 24, 2021

Removing the And I press "runButton" step because it causes the test to hang on Chrome for reasons unknown (LP-1958). This step is not important to the scenario and the functionality is separately covered in hour_of_code/starwars.feature so we decided to just remove the step.

Links

Testing story

Deployment strategy

Follow-up work

Privacy

Security

Caching

PR Checklist:

  • Tests provide adequate coverage
  • Privacy and Security impacts have been assessed
  • Code is well-commented
  • New features are translatable or updates will not break translations
  • Relevant documentation has been added or updated
  • User impact is well-understood and desirable
  • Pull Request is labeled appropriately
  • Follow-up work items (including potential tech debt) are tracked and linked

@jamescodeorg jamescodeorg force-pushed the jamescodeorg/fix-starwars-test branch from 7843a23 to 541588a Compare June 25, 2021 16:19
@jamescodeorg jamescodeorg requested a review from a team June 25, 2021 16:21
@@ -15,7 +14,10 @@ Scenario: Starwars Flow
And I click selector ".project_save"
And I wait until element ".project_edit" is visible
Then I should see title "Code Ninja III: Revenge of the Semicolon - Play Lab"
And I press "runButton"
# There used to be a 'And I press "runButton"' step here but it causes the test
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it necessary to leave this comment?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i second that question. not sure this comment is useful going forward.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, I'll just remove it, thanks!

@jamescodeorg jamescodeorg force-pushed the jamescodeorg/fix-starwars-test branch from 541588a to 3731f3f Compare June 25, 2021 18:20
@jamescodeorg jamescodeorg force-pushed the jamescodeorg/fix-starwars-test branch from 3731f3f to 65e59af Compare June 29, 2021 20:59
@jamescodeorg jamescodeorg force-pushed the jamescodeorg/fix-starwars-test branch from 65e59af to c7c342a Compare June 30, 2021 00:18
@jamescodeorg jamescodeorg merged commit f480063 into staging Jun 30, 2021
@jamescodeorg jamescodeorg deleted the jamescodeorg/fix-starwars-test branch June 30, 2021 20:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants