From 38a6ecb4a9b784554da627fe2eb0cff2f7336b75 Mon Sep 17 00:00:00 2001 From: Ian Clarke Date: Fri, 13 Jan 2017 17:20:59 -0600 Subject: [PATCH] doh, fix build errors --- src/test/kotlin/com/github/sanity/kweb/PhantomJSSpec.kt | 3 +++ 1 file changed, 3 insertions(+) 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