Skip to content

Commit

Permalink
apply fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
andiwand committed Dec 26, 2024
1 parent 6e3eb56 commit c293feb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/docker/compare_output_server.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

REF="test/data/reference-output/"
OBS="cmake-build-debug/test/output/"
OBS="cmake-build-relwithdebinfo/test/output/"
DRIVER="firefox"

# manually build the image
Expand Down
2 changes: 1 addition & 1 deletion test/scripts/html_render_diff.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def screenshot(browser, url):
loaded_page_settling_time = 0

# Selenium doesn't like when we try to screenshot <body> element of documents generated by pdf2htmlEX
if 'output-pdf2htmlEX' in url:
if 'poppler' in url:
target_find_by = By.ID
target = 'page-container'
loaded_page_settling_time = 1
Expand Down

0 comments on commit c293feb

Please sign in to comment.