diff --git a/src/test/kotlin/com/github/sanity/kweb/PhantomJSSpec.kt b/src/test/kotlin/com/github/sanity/kweb/PhantomJSSpec.kt index 48b7657025..8bc6ef7c3a 100644 --- a/src/test/kotlin/com/github/sanity/kweb/PhantomJSSpec.kt +++ b/src/test/kotlin/com/github/sanity/kweb/PhantomJSSpec.kt @@ -1,5 +1,8 @@ package com.github.sanity.kweb +import com.github.sanity.kweb.dom.element.creation.h1 +import com.github.sanity.kweb.dom.element.modification.setAttribute +import com.github.sanity.kweb.dom.element.read.read import com.moodysalem.phantomjs.wrapper.PhantomJS import io.kotlintest.specs.FreeSpec import kotlinx.coroutines.async