functests: Add missing wait()

This commit is contained in:
ZyX 2017-05-22 03:25:46 +03:00
parent 407abb3a6c
commit 95fe5614a0

View File

@ -2,6 +2,7 @@ local helpers = require('test.functional.helpers')(after_each)
local Screen = require('test.functional.ui.screen')
local eq = helpers.eq
local wait = helpers.wait
local feed = helpers.feed
local meths = helpers.meths
local clear = helpers.clear