mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Fix volunteers spec, failing test due zero in days
This commit is contained in:
parent
fd20e67c76
commit
035acada24
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ feature Conference do
|
|||
set("#{Date.today.strftime('%B')}")
|
||||
page.
|
||||
find('div.nested-fields:nth-of-type(1) select:nth-of-type(3)').
|
||||
set("#{Date.today.strftime('%d')}")
|
||||
set("#{Date.today.strftime('%-d')}")
|
||||
page.
|
||||
find('div.nested-fields:nth-of-type(1) div:nth-of-type(1) textarea').
|
||||
set('Example Person')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue