diff --git a/tests/integration/features/prompt.feature b/tests/integration/features/prompts.feature similarity index 100% rename from tests/integration/features/prompt.feature rename to tests/integration/features/prompts.feature diff --git a/tests/integration/features/test_prompt.py b/tests/integration/features/test_prompts.py similarity index 97% rename from tests/integration/features/test_prompt.py rename to tests/integration/features/test_prompts.py index 7af07cba8..3cfef48c8 100644 --- a/tests/integration/features/test_prompt.py +++ b/tests/integration/features/test_prompts.py @@ -18,7 +18,7 @@ # along with qutebrowser. If not, see . import pytest_bdd as bdd -bdd.scenarios('prompt.feature') +bdd.scenarios('prompts.feature') @bdd.when("I click the button")