diff --git a/src/accessibilityTest/kotlin/br/ufpe/liber/AccessibilityTest.kt b/src/accessibilityTest/kotlin/br/ufpe/liber/AccessibilityTest.kt index 2033719..6a28165 100644 --- a/src/accessibilityTest/kotlin/br/ufpe/liber/AccessibilityTest.kt +++ b/src/accessibilityTest/kotlin/br/ufpe/liber/AccessibilityTest.kt @@ -1,5 +1,6 @@ package br.ufpe.liber +import br.ufpe.liber.assets.AssetsResolver import com.deque.html.axecore.selenium.AxeBuilder import io.kotest.core.spec.style.BehaviorSpec import io.kotest.data.forAll @@ -43,8 +44,7 @@ class AccessibilityTest( .toList() beforeSpec { - // For possible initializations since the application will - // be tested from the users perspective. + context.getBean() } // Called once per Spec, after all tests have completed for that spec.