зеркало из https://github.com/mozilla/bedrock.git
Temporarily skip tests that require localized pages not yet in production (#10462)
This commit is contained in:
Родитель
34fe1af175
Коммит
aaab8dc847
|
@ -28,6 +28,7 @@ def test_send_to_device_failure(base_url, selenium):
|
|||
assert send_to_device.is_form_error_displayed
|
||||
|
||||
|
||||
@pytest.mark.skip(reason='Test requires loclized page to be in production')
|
||||
@pytest.mark.smoke
|
||||
@pytest.mark.nondestructive
|
||||
def test_get_firefox_qr_code(base_url, selenium):
|
||||
|
|
|
@ -28,6 +28,7 @@ def test_send_to_device_failure(base_url, selenium):
|
|||
assert send_to_device.is_form_error_displayed
|
||||
|
||||
|
||||
@pytest.mark.skip(reason='Test requires loclized page to be in production')
|
||||
@pytest.mark.smoke
|
||||
@pytest.mark.nondestructive
|
||||
def test_get_firefox_qr_code(base_url, selenium):
|
||||
|
|
Загрузка…
Ссылка в новой задаче