[openstreetmap/openstreetmap-website] [ignore] Add updated authentication icons (#3009)

mmd notifications at github.com
Wed Dec 16 17:52:15 UTC 2020


Not sure if you've seen this. One of the very first test runs failed b/c of an additional html attribute `class=\"rounded-lg\`

```
Failure:


UserHelperTest#test_auth_button [/home/travis/build/openstreetmap/openstreetmap-website/test/helpers/user_helper_test.rb:76]:

--- expected

+++ actual

@@ -1 +1 @@

-"<a class=\"auth_button\" title=\"Login with Google\" href=\"/auth/google\"><img alt=\"Login with a Google OpenID\" src=\"/images/google.svg\" /></a>"

+"<a class=\"auth_button\" title=\"Login with Google\" href=\"/auth/google\"><img alt=\"Login with a Google OpenID\" class=\"rounded-lg\" src=\"/images/google.svg\" /></a>"

rails test test/helpers/user_helper_test.rb:74
```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/3009#issuecomment-746722920
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20201216/05e105bf/attachment.htm>


More information about the rails-dev mailing list