-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
[DEV-17076] Change translation key for Tour_AddWebsite and also the english translation #21146
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
Conversation
plugins/Tour/tests/UI/expected-screenshots/Tour_widget_complete_some_challenges.png
Outdated
Show resolved
Hide resolved
2360c64
to
67bf85f
Compare
28d4d35
to
9a754f0
Compare
9a754f0
to
02dbca3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @caddoo, the UI tests look good now 👍
Could you check the following system tests as they appear to be failing due to this change?
Tour\tests\System\APITest
Piwik\Tests\System\OneVisitorTwoVisitsTest
Piwik\Tests\System\NoVisitTest
Piwik\Tests\System\ImportLogsTest
Piwik\Tests\System\BackwardsCompatibility1XTest
@caddoo That's fixed the system tests 👍 Some UI tests are still failing because of outdated icons, the expected screenshots are using the old icons but the processed screenshots are using the new icons. I guess the icon update PR was merged since you branched, so a rebase onto the latest 5.x-dev should fix that. |
Wow. Only one failing unrelated UI test. Guess we should merge it now. It won't get better 😆 |
Description:
The language was confusing as it implied you hadn't added one website when in fact you had.
Changed to say 'Add another website'
fixes #21134
Review