Fix watch star browser test

In I06ef42cb1461fde7ca0aa903f174c3b1f39ab154 a button became an
a tag and somehow that got through the Jenkins censors.

With this change Jenkins on Minerva will be happy again

Bug: T207480
Change-Id: I3faedb10e46c3e3e237f5b90d71ffe20606fce6d
This commit is contained in:
jdlrobson 2018-10-19 10:51:44 -07:00
parent 3f674008a3
commit 1c034f1d73
1 changed files with 2 additions and 2 deletions

View File

@ -55,8 +55,8 @@ class ArticlePage
end
## watch star
button(:watch_star, text: 'Watch this page')
button(:unwatch_star, text: 'Stop watching')
a(:watch_star, text: 'Watch this page')
a(:unwatch_star, text: 'Stop watching')
button(:watch_confirm, class: 'mw-htmlform-submit')
# search