def test_set_po_territory_as_bann_d(self, driver): with pytest.allure.step('change so territory'): po_tests.select_territory(driver, 'bann-d')
def test_select_territory(self, driver): with pytest.allure.step('select territory'): po_tests.select_territory(driver)
def test_set_po_territory_as_ees_territory(self, driver): with pytest.allure.step('change so territory'): po_tests.select_territory(driver, 'ees')