Add navigate test

This commit is contained in:
Shin'ya Ueoka 2018-05-12 23:21:16 +09:00
parent c6c885345e
commit 82aad419a7
6 changed files with 78 additions and 6 deletions

View file

@ -5,6 +5,7 @@ const WINDOWS_REMOVE = 'windows.remove';
const WINDOWS_GET = 'windows.get';
const TABS_CREATE = 'tabs.create';
const TABS_SELECT_AT = 'tabs.selectAt';
const TABS_GET = 'tabs.get';
const TABS_GET_ZOOM = 'tabs.get.zoom';
const TABS_SET_ZOOM = 'tabs.set.zoom';
const EVENT_KEYPRESS = 'event.keypress';
@ -21,6 +22,7 @@ export {
WINDOWS_REMOVE,
WINDOWS_GET,
TABS_GET,
TABS_CREATE,
TABS_SELECT_AT,
TABS_GET_ZOOM,