mirror of
https://github.com/chylex/Nextcloud-News.git
synced 2025-04-12 19:15:43 +02:00
typo fix
This commit is contained in:
parent
f08dd69dd1
commit
e83462f764
tests/acceptance/features
@ -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
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user