Skip to content

Commit cc74416

Browse files
TASK-1828883: fixing GroupTest
1 parent 1fb80a9 commit cc74416

File tree

1 file changed

+3
-0
lines changed
  • samples/android-cmp-app/src/androidInstrumentedTest/kotlin/com/pega/constellation/sdk/kmp/samples/androidcmpapp/test/cases

1 file changed

+3
-0
lines changed

samples/android-cmp-app/src/androidInstrumentedTest/kotlin/com/pega/constellation/sdk/kmp/samples/androidcmpapp/test/cases/GroupTest.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,9 @@ class GroupTest : ComposeTest(PegaVersion.v24_2_2) {
7373
waitForNode("Lists group heading", substring = true)
7474
waitForNode("List group instructions", substring = true)
7575
waitForNode("cars")
76+
waitForNode("cars 1")
77+
waitForNodes("Encryption keys", 2) // TODO: label displayed twice due to ISSUE-138617
78+
waitForNodes("AeroCrypt-AuroraCrypt", 2) // No idea why but test sees it twice even if it's once in UI
7679
}
7780

7881
private fun ComposeUiTest.verifyListGroupGone() {

0 commit comments

Comments
 (0)