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

Split assessment tab UI test scenarios to speed up re-runs #26567

Merged
merged 1 commit into from Jan 11, 2019

Conversation

Erin007
Copy link
Contributor

@Erin007 Erin007 commented Jan 11, 2019

As DotD today, I needed to re-run teacher_dashboard_assessments.feature and it took 20 minutes to fail! It only takes 6 minutes to pass, but since it has many steps where waiting for elements is required, re-runs can be time consuming.

screen shot 2019-01-10 at 3 59 27 pm

Since the test's 2 scenarios are not dependent on one another, I split them into two files to expedite both the initial runs and any re-runs that need to occur. This is consistent with other files that have been split for expediency (example) as a lightweight mitigation for long running tests.

Copy link
Contributor

@nkiruka nkiruka left a comment

Choose a reason for hiding this comment

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

Nice!

@Erin007 Erin007 merged commit d79fe80 into staging Jan 11, 2019
@islemaster islemaster deleted the separate-assessment-ui-tests branch March 12, 2019 18:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants