1
0
mirror of https://github.com/chylex/Nextcloud-News.git synced 2025-04-12 19:15:43 +02:00
This commit is contained in:
Bernhard Posselt 2013-05-07 21:18:11 +02:00
parent f08dd69dd1
commit e83462f764
2 changed files with 2 additions and 2 deletions
tests/acceptance/features

View File

@ -14,5 +14,5 @@ Feature: create_new
Scenario: hide caption when not hover
Given I hover over the add new button
When I hover out of the add new button
When I hover out off the add new button
Then I should not see an "Add Website" caption on the add new button

View File

@ -3,7 +3,7 @@ When (/^I hover over the add new button$/) do
page.execute_script("$('.list-title span').show()")
end
When (/^I hover out of the add new button$/) do
When (/^I hover out off the add new button$/) do
# FIXME: get this working with hover action
page.execute_script("$('.list-title span').hide()")
end