def test_save_ees_quote_territory(self, driver):
     with pytest.allure.step('Save ees territory quote'):
         quotest_tests.save_quote(driver)
示例#2
0
 def test_save_so(self, driver):
     with pytest.allure.step('Save SO'):
         quotest_tests.save_quote(driver)
 def test_save_bann_d_territory(self, driver):
     with pytest.allure.step('Save bann-d territory quote'):
         quotest_tests.save_quote(driver)