glacambre
a6374ee9f5
excmds.test.ts: Fix sendKeys()
...
The previous implementation didn't send chorded keys (e.g. `<C-i>`)
correctly.
2019-05-18 18:39:17 +02:00
glacambre
f0c8faa19c
excmds.test.ts: Add rssexec test
2019-05-18 15:10:37 +02:00
glacambre
51cb5bde2c
excmds.test.ts: Fiddle with timeout, add tabopen -b/-c tests
2019-05-16 17:54:18 +02:00
glacambre
1262c9fe51
excmds.test.ts: Add two tests
...
This commit tests that:
- using a single non-searchurl keyword results in said keyword being
searched using the default search engine
- using a url without a domain name results in said url being navigated
to
2019-05-16 17:54:13 +02:00
glacambre
19329a62ca
Add two tests, instantiate one driver per test
...
Using a single driver for all tests introduces race conditions that can
sometimes make tests fail.
2019-05-16 17:54:09 +02:00
glacambre
e14bef1dbb
excmds.test.ts: add ':tabopen
https://example.org <CR> opens example.org'
2019-05-16 17:54:05 +02:00
glacambre
325a2e58d0
excmds.test.ts: add ':tabopen<CR>
opens the newtab page.' test
2019-05-16 17:52:50 +02:00
glacambre
12aab2a931
Add first selenium test
2019-05-16 17:52:32 +02:00