bdd: Mark search/sessions as qtwebengine_todo
This commit is contained in:
parent
2969d3dc91
commit
1763f9bb58
@ -17,6 +17,7 @@
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with qutebrowser. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
import pytest
|
||||
import pytest_bdd as bdd
|
||||
|
||||
# pylint: disable=unused-import
|
||||
@ -24,3 +25,5 @@ from end2end.features.test_yankpaste_bdd import init_fake_clipboard
|
||||
|
||||
|
||||
bdd.scenarios('search.feature')
|
||||
|
||||
pytestmark = pytest.mark.qtwebengine_skip("Searched text is not selected...")
|
||||
|
@ -17,5 +17,9 @@
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with qutebrowser. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
import pytest
|
||||
import pytest_bdd as bdd
|
||||
bdd.scenarios('sessions.feature')
|
||||
|
||||
|
||||
pytestmark = pytest.mark.qtwebengine_todo("Sessions are not implemented")
|
||||
|
Loading…
Reference in New Issue
Block a user