From 42dfc82fb875a7cbeb15cdf10f00deaf01dd921e Mon Sep 17 00:00:00 2001 From: Philipp Albrecht Date: Wed, 23 Aug 2023 09:26:07 +0200 Subject: Use (testdata) in "I open {path}" BDD step --- tests/end2end/features/conftest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/end2end/features/conftest.py b/tests/end2end/features/conftest.py index 9dd497c0b..d25905bfe 100644 --- a/tests/end2end/features/conftest.py +++ b/tests/end2end/features/conftest.py @@ -199,6 +199,7 @@ def open_path(quteproc, server, path): - With "... as a URL", it's opened according to new_instance_open_target. """ path = path.replace('(port)', str(server.port)) + path = path.replace('(testdata)', testutils.abs_datapath()) new_tab = False new_bg_tab = False -- cgit v1.2.3-54-g00ecf