diff options
author | Florian Bruhin <git@the-compiler.org> | 2018-02-03 19:08:42 +0100 |
---|---|---|
committer | Florian Bruhin <git@the-compiler.org> | 2018-02-04 21:30:59 +0100 |
commit | c8de4675db14fad73389ad8805bf0fc571a469f0 (patch) | |
tree | 9df14cb7558634d46ebe30ab59c9f7967a36f6dc /tests/end2end/features | |
parent | 79935e048c2a56402cdc43afb48fd4f94fb2dd46 (diff) | |
download | qutebrowser-c8de4675db14fad73389ad8805bf0fc571a469f0.tar.gz qutebrowser-c8de4675db14fad73389ad8805bf0fc571a469f0.zip |
Various spelling fixes
Diffstat (limited to 'tests/end2end/features')
-rw-r--r-- | tests/end2end/features/conftest.py | 4 | ||||
-rw-r--r-- | tests/end2end/features/hints.feature | 2 | ||||
-rw-r--r-- | tests/end2end/features/utilcmds.feature | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/tests/end2end/features/conftest.py b/tests/end2end/features/conftest.py index 5b97ba2a4..228e80f06 100644 --- a/tests/end2end/features/conftest.py +++ b/tests/end2end/features/conftest.py @@ -63,7 +63,7 @@ def pytest_runtest_makereport(item, call): if (not hasattr(report.longrepr, 'addsection') or not hasattr(report, 'scenario')): # In some conditions (on macOS and Windows it seems), report.longrepr - # is actually a tuple. This is handled similarily in pytest-qt too. + # is actually a tuple. This is handled similarly in pytest-qt too. # # Since this hook is invoked for any test, we also need to skip it for # non-BDD ones. @@ -389,7 +389,7 @@ def clear_ssl_errors(request, quteproc): def path_should_be_loaded(quteproc, path): """Make sure the given path was loaded according to the log. - This is usally the better check compared to "should be requested" as the + This is usually the better check compared to "should be requested" as the page could be loaded from local cache. """ quteproc.wait_for_load_finished(path) diff --git a/tests/end2end/features/hints.feature b/tests/end2end/features/hints.feature index 0151a14ad..3c55c74b1 100644 --- a/tests/end2end/features/hints.feature +++ b/tests/end2end/features/hints.feature @@ -211,7 +211,7 @@ Feature: Using hints And I hint with args "links normal" and follow a Then "navigation request: url http://localhost:*/data/hello.txt, type NavigationTypeLinkClicked, *" should be logged - ### FIXME currenly skipped, see https://github.com/qutebrowser/qutebrowser/issues/1525 + ### FIXME currently skipped, see https://github.com/qutebrowser/qutebrowser/issues/1525 @xfail_norun Scenario: Using :follow-hint inside a scrolled iframe When I open data/hints/iframe_scroll.html diff --git a/tests/end2end/features/utilcmds.feature b/tests/end2end/features/utilcmds.feature index bff13d40e..5ccbac9b3 100644 --- a/tests/end2end/features/utilcmds.feature +++ b/tests/end2end/features/utilcmds.feature @@ -117,7 +117,7 @@ Feature: Miscellaneous utility commands exposed to the user. And the message "test2" should be shown And the message "test2" should be shown - Scenario: :repeat-command with not-normal command inbetween + Scenario: :repeat-command with not-normal command in between When I run :message-info test3 And I run :prompt-accept And I run :repeat-command |