def test_parse_ees_quote_document(self, driver):
     with pytest.allure.step('Parse PDF'):
         parse.parse_pdf(tests.path, tests.pdf)
 def test_parse_customs_invoice_bann_d_document(self, driver):
     with pytest.allure.step('Parse PDF'):
         parse.parse_pdf(tests.path, tests.pdf)
 def test_parse_packing_list_bann_d_document(self, driver):
     with pytest.allure.step('Parse PDF'):
         parse.parse_pdf(tests.path, tests.pdf)
 def test_parse_so_bann_d_proforma_document(self, driver):
     with pytest.allure.step('Parse ees proforma PDF'):
         parse.parse_pdf(tests.path, tests.pdf)