bdd: Mark prompt.feature as TODO on QtWebEngine
This commit is contained in:
parent
84b8ea856d
commit
2969d3dc91
@ -17,10 +17,14 @@
|
|||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with qutebrowser. If not, see <http://www.gnu.org/licenses/>.
|
# along with qutebrowser. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
import pytest
|
||||||
import pytest_bdd as bdd
|
import pytest_bdd as bdd
|
||||||
bdd.scenarios('prompts.feature')
|
bdd.scenarios('prompts.feature')
|
||||||
|
|
||||||
|
|
||||||
|
pytestmark = pytest.mark.qtwebengine_todo("Prompts are not implemented")
|
||||||
|
|
||||||
|
|
||||||
@bdd.when("I load an SSL page")
|
@bdd.when("I load an SSL page")
|
||||||
def load_ssl_page(quteproc, ssl_server):
|
def load_ssl_page(quteproc, ssl_server):
|
||||||
# We don't wait here as we can get an SSL question.
|
# We don't wait here as we can get an SSL question.
|
||||||
|
Loading…
Reference in New Issue
Block a user