예제 #1
0
 def test_select_invoice_bann_d_packing_list(self, driver):
     with pytest.allure.step('Select BANN-D Invoice Customs Invoice'):
         tests.select_report_type(driver, "i_bann_packing_list", "bann-d",
                                  "Invoice")
예제 #2
0
 def test_select_invoice_bann_i_invoice(self, driver):
     with pytest.allure.step('Select BANN-I Invoice Customs Invoice'):
         tests.select_report_type(driver, "i_bann_invoice", "bann-i",
                                  "Invoice")
예제 #3
0
 def test_select_invoice_ees_packing_list(self, driver):
     with pytest.allure.step('Select EES Invoice Customs Invoice'):
         tests.select_report_type(driver, "i_bai_packing_list", "ees",
                                  "Invoice")
예제 #4
0
 def test_select_so_bann_d_proforma(self, driver):
     with pytest.allure.step('Select SO ees proforma'):
         tests.select_report_type(driver, "so_bann_proforma", "bann-d",
                                  "SO")
예제 #5
0
 def test_select_so_bann_d_salesorder(self, driver):
     with pytest.allure.step('Select SO bann-d salesorder'):
         tests.select_report_type(driver, "so_bann_salesorder", "bann-d",
                                  "SO")
예제 #6
0
 def test_select_so_ees_salesorder(self, driver):
     with pytest.allure.step('Select SO ees salesorder'):
         tests.select_report_type(driver, "so_bai_salesorder", 'ees', "SO")