Skip to content

Commit

Permalink
Add CfW tests GH workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
eymar committed Oct 11, 2024
1 parent b3d0115 commit 9d501cf
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ import androidx.compose.ui.test.pressKey
import androidx.compose.ui.test.runComposeUiTest
import androidx.compose.ui.text.TextRange
import androidx.compose.ui.text.input.TextFieldValue
import kotlin.test.Ignore
import kotlin.test.Test
import org.jetbrains.skiko.OS
import org.jetbrains.skiko.hostOs
Expand Down Expand Up @@ -101,6 +102,7 @@ class WasmSelectionTests {

@OptIn(ExperimentalTestApi::class)
@Test
@Ignore
fun selectTextStart() {
textFieldSemanticInteraction("line 1\nline 2\nline 3\nline 4\nline 5") { node, state ->
node.performKeyInput {
Expand All @@ -118,6 +120,7 @@ class WasmSelectionTests {

@OptIn(ExperimentalTestApi::class)
@Test
@Ignore
fun selectTextEnd() {
textFieldSemanticInteraction("line 1\nline 2\nline 3\nline 4\nline 5") { node, state ->
node.performKeyInput {
Expand Down

0 comments on commit 9d501cf

Please sign in to comment.