mirror of
https://github.com/tbabej/taskwiki.git
synced 2025-08-19 06:43:06 +02:00
tests: Add some waiting time for vim at startup
This commit is contained in:
parent
518192f9af
commit
68cbc7ea5e
1 changed files with 2 additions and 0 deletions
|
@ -49,8 +49,10 @@ class IntegrationTest(object):
|
|||
self.command('let g:taskwiki_data_location="{0}"'.format(self.dir))
|
||||
self.add_plugin('taskwiki')
|
||||
self.add_plugin('vimwiki')
|
||||
sleep(0.5)
|
||||
self.filepath = os.path.join(self.dir, 'testwiki.txt')
|
||||
self.client.edit(self.filepath)
|
||||
sleep(0.5)
|
||||
self.command('set filetype=vimwiki', silent=None) # TODO: fix these vimwiki loading errors
|
||||
sleep(1) # Give vim some time to load the scripts
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue