bdd: Mark prompt.feature as TODO on QtWebEngine

This commit is contained in:
Florian Bruhin 2016-08-18 22:47:11 +02:00
parent 84b8ea856d
commit 2969d3dc91

View File

@ -17,10 +17,14 @@
# 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('prompts.feature')
pytestmark = pytest.mark.qtwebengine_todo("Prompts are not implemented")
@bdd.when("I load an SSL page")
def load_ssl_page(quteproc, ssl_server):
# We don't wait here as we can get an SSL question.