You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: Remove hard-coded text focus and label for e2e tests (#667)
**What problem does this PR solve?**:
Removes hard-coded text focus and label for e2e tests.
This code took precedent over any configuration provided to ginkgo at
runtime, so only single e2e test matching both focus and labels could
run.
**Which issue(s) this PR fixes**:
Fixes #
**How Has This Been Tested?**:
<!--
Please describe the tests that you ran to verify your changes.
Provide output from the tests and any manual steps needed to replicate
the tests.
-->
**Special notes for your reviewer**:
<!--
Use this to provide any additional information to the reviewers.
This may include:
- Best way to review the PR.
- Where the author wants the most review attention on.
- etc.
-->
I used dry-run (added in #666) to confirm that the removed code was the
root cause.
0 commit comments