do not wait for url on print page
This commit is contained in:
@@ -255,8 +255,6 @@ def export_invoice_pdf(
|
||||
invoice_page = popup_info.value
|
||||
|
||||
invoice_page.wait_for_load_state("domcontentloaded")
|
||||
invoice_page.wait_for_url("**/billing_print_invoice.htm**", timeout=30000)
|
||||
|
||||
time.sleep(1)
|
||||
|
||||
fill_invoice_fields(invoice_page)
|
||||
|
||||
Reference in New Issue
Block a user