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
Tweak Blueprint test string to match WP 6.8 (#117)
## Motivation for the change, related issues
A string in WP 6.8 changed from "Edit site" to "Edit Site" and broke a
unit test that depended on case-sensitive comparison. This PR fixes the
test.
## Implementation details
This PR simply changes the letter case in the unit test to accommodate
that.
## Testing Instructions (or ideally a Blueprint)
- CI
0 commit comments