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

Don't wait for new button in breadcrumb check #6934

Merged
merged 1 commit into from
May 10, 2022

Conversation

kulmann
Copy link
Member

@kulmann kulmann commented May 10, 2022

Description

When coming back from an editor app the edited file gets selected, thus the new and upload buttons are not visible. It doesn't make sense to wait for the new button. Also, waiting until the breadcrumbs become visible seems to be a good fit.

The new button check was emitting a stale element reference and let the test fail (although the check was configured to not abort on failures).

Related Issue

Motivation and Context

Make tests reliable

How Has This Been Tested?

  • CI

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Technical debt
  • Tests

Checklist:

  • Code changes
  • Unit tests added
  • Acceptance tests added
  • Documentation ticket raised:

@update-docs
Copy link

update-docs bot commented May 10, 2022

Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes.

@kulmann kulmann merged commit 900e005 into master May 10, 2022
@delete-merged-branch delete-merged-branch bot deleted the fix-acceptance-test-create-files branch May 10, 2022 14:40
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.

webUICreateFilesFolders/createFile.feature:31 is flaky
2 participants