def test_save_exchange_pricing(self, driver):
     with pytest.allure.step('save exchange pricing'):
         rfq_tests.save_and_offer(driver)
 def test_save_repair_pricing(self, driver):
     with pytest.allure.step('save repair pricing'):
         rfq_tests.save_and_offer(driver)
 def test_save_stock_outright_pricing(self, driver):
     with pytest.allure.step('save stock outright pricing'):
         rfq_tests.save_and_offer(driver)