def test_save_so_bann_d_territory(self, driver):
     with pytest.allure.step('Save SO BANN-D territory quote'):
         so_tests.save_so(driver)
Example #2
0
 def test_save_so(self, driver):
     with pytest.allure.step('Save SO'):
         so_tests.save_so(driver)
 def test_save_so_ees_territory(self, driver):
     with pytest.allure.step('Save SO ees territory quote'):
         so_tests.save_so(driver)