Skip to content

Commit 093cb06

Browse files
scottmriesrobstoll
andauthored
fix: remove duplicate "Please see" (#510)
No QA required Co-authored-by: Robert Stoll <robstoll@tegonal.com>
1 parent c92bde1 commit 093cb06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playwright/src/main/java/com/deque/html/axecore/playwright/AxeBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ private Object finishRun(ArrayList<String> partialResults) {
486486
+ "}");
487487
} catch (RuntimeException runtimeException) {
488488
throw new RuntimeException(
489-
"Please make sure popups are not disabled. Please see: Please see: https://github.com/dequelabs/axe-core-maven-html/blob/develop/playwright/error-handling.md",
489+
"Please make sure popups are not disabled. Please see: https://github.com/dequelabs/axe-core-maven-html/blob/develop/playwright/error-handling.md",
490490
runtimeException);
491491
} finally {
492492
blankPage.close();

0 commit comments

Comments
 (0)