fix test_search_block

This commit is contained in:
a.krasnov
2020-12-02 00:52:37 +03:00
parent 6f53f11749
commit 41d79372fb
3 changed files with 6 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
import pytest
import logging
import allure
from selenium.webdriver import Chrome, ChromeOptions
from selenium.webdriver import Chrome, ChromeOptions, Remote
class Config: