Skip to content

Commit

Permalink
[plugin-web-app] Remove duplicate bean definition screenshotDebugger (
Browse files Browse the repository at this point in the history
  • Loading branch information
valfirst authored Oct 19, 2021
1 parent b38f6c8 commit 9b4eafb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions vividus-plugin-web-app/src/main/resources/spring.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,6 @@
<property name="highlighterType" value="${selenium.screenshot.highlighter}" />
</bean>

<bean id="screenshotDebugger" class="org.vividus.selenium.screenshot.FilesystemScreenshotDebugger"
init-method="cleanUp">
<property name="debugScreenshotsLocation" value="${selenium.screenshot.debug-directory}" />
</bean>

<bean class="org.vividus.selenium.screenshot.WebAshotFactory" parent="abstractAshotFactory">
<property name="shootingStrategy" value="${web.screenshot.strategy}" />
<property name="screenshotShootingStrategy" value="${selenium.screenshot.strategy}" />
Expand Down

0 comments on commit 9b4eafb

Please # to comment.