예제 #1
0
 def test_click_export_ees_quote(self, driver):
     with pytest.allure.step('export file'):
         tests.export_document(driver)
예제 #2
0
 def test_click_invoice_bann_d_export(self, driver):
     with pytest.allure.step('export file'):
         tests.export_document(driver)
예제 #3
0
 def test_click_packing_list_bann_d_export(self, driver):
     with pytest.allure.step('export file'):
         tests.export_document(driver)
예제 #4
0
 def test_click_customs_invoice_ees_export(self, driver):
     with pytest.allure.step('export file'):
         tests.export_document(driver)
예제 #5
0
 def test_click_bann_i_po_ees_export(self, driver):
     with pytest.allure.step('export file'):
         tests.export_document(driver)
예제 #6
0
 def test_click_so_bann_d_proforma_export(self, driver):
     with pytest.allure.step('export ees SO proforma file'):
         tests.export_document(driver)
예제 #7
0
 def test_click_so_bann_d_export(self, driver):
     with pytest.allure.step('export BANN-D SO file'):
         tests.export_document(driver)
예제 #8
0
 def test_click_so_ees_export(self, driver):
     with pytest.allure.step('export ees SO file'):
         tests.export_document(driver)