diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2018-05-14 20:57:39 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-14 20:57:39 +0900 |
commit | e9a6fb85583a891cba2683f2abb05f34e13bff43 (patch) | |
tree | f9879006fc6475a1cf9fd98bffd1b9541f5aa4c9 /QA.md | |
parent | c6c885345e212bedc2723e9105488d3e5fe9f8be (diff) | |
parent | a8d3de42434153d90eebdcceb536ce0537c9167f (diff) |
Merge pull request #392 from ueokande/e2e-testing
Add e2e test cases
Diffstat (limited to 'QA.md')
-rw-r--r-- | QA.md | 14 |
1 files changed, 0 insertions, 14 deletions
@@ -21,19 +21,9 @@ The behaviors of the console are tested in [Console section](#consoles). #### Tabs -- [ ] <kbd>!d</kbd>: delete current tab and pinned tab -- [ ] <kbd>u</kbd>: reopen close tab - [ ] <kbd>r</kbd>: reload current tab - [ ] <kbd>R</kbd>: reload current tab without cache -#### Navigation - -- [ ] <kbd>H</kbd>, <kbd>L</kbd>: go back and forward in history -- [ ] <kbd>[</kbd><kbd>[</kbd>, <kbd>]</kbd><kbd>]</kbd>: Open next/prev link in `<link>` tags. -- [ ] <kbd>[</kbd><kbd>[</kbd>, <kbd>]</kbd><kbd>]</kbd>: find prev and next links and open it -- [ ] <kbd>g</kbd><kbd>u</kbd>: go to parent directory -- [ ] <kbd>g</kbd><kbd>U</kbd>: go to root directory - #### Misc - [ ] <kbd>y</kbd>: yank current URL and show a message @@ -44,10 +34,6 @@ The behaviors of the console are tested in [Console section](#consoles). ### Following links -- [ ] <kbd>f</kbd>: start following links -- [ ] <kbd>F</kbd>: start following links and open in new tab -- [ ] open link with target='_blank' in new tab by <kbd>f</kbd> -- [ ] open link with target='_blank' in new tab by <kbd>F</kbd> - [ ] Show hints on following on a page containing `<frame>`/`<iframe>` - [ ] Show hints only inside viewport of the frame on following on a page containing `<frame>`/`<iframe>` - [ ] Show hints only inside top window on following on a page containing `<frame>`/`<iframe>` |