0

[py] fix linting

NOKEYCHECK=True
GitOrigin-RevId: c258b225a01250aa9201558d849815508dc24fc4
This commit is contained in:
titusfortner
2023-11-12 18:37:47 +00:00
committed by Copybara-Service
parent a8e4419818
commit af29d81a20
3 changed files with 6 additions and 3 deletions

@@ -18,6 +18,7 @@ import pytest
from selenium.common.exceptions import WebDriverException
@pytest.mark.no_driver_after_test
def test_network_conditions_emulation(driver):
driver.set_network_conditions(offline=False, latency=56, throughput=789) # additional latency (ms)

@@ -15,13 +15,14 @@
# specific language governing permissions and limitations
# under the License.
import os
import pytest
import subprocess
import time
import pytest
from selenium.common.exceptions import WebDriverException
from selenium.webdriver import Chrome
from selenium.webdriver.chrome.service import Service
from selenium.common.exceptions import WebDriverException
@pytest.mark.xfail_chrome(raises=WebDriverException)

@@ -15,8 +15,9 @@
# specific language governing permissions and limitations
# under the License.
import pytest
import os
import pytest
import urllib3
from selenium import webdriver