Skip to content

Commit

Permalink
ci: fix accessibility tests
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospereira authored and mergify[bot] committed Feb 12, 2024
1 parent b5bb648 commit 1652d3c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -43,8 +44,7 @@ class AccessibilityTest(
.toList()

beforeSpec {
// For possible initializations since the application will
// be tested from the users perspective.
context.getBean<AssetsResolver>()
}

// Called once per Spec, after all tests have completed for that spec.
Expand Down

0 comments on commit 1652d3c

Please sign in to comment.