Skip to content

Commit c14990e

Browse files
committed
check integration test fix [ci]
Signed-off-by: Paweł Perek <pawel.perek@digitalasset.com>
1 parent 75517a0 commit c14990e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

apps/app/src/test/scala/org/lfdecentralizedtrust/splice/integration/tests/SvFrontendIntegrationTest.scala

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1422,8 +1422,11 @@ class SvFrontendIntegrationTest
14221422
}
14231423

14241424
"NEW UI: Set Amulet Rules Configuration" in { implicit env =>
1425-
assertCreateProposal("CRARC_SetConfig", "set-amulet-config-rules") { _ =>
1426-
// Config fields default to current values, no extra form operations needed
1425+
assertCreateProposal("CRARC_SetConfig", "set-amulet-config-rules") { implicit webDriver =>
1426+
inside(find(testId("transferConfig.createFee.fee-value"))) { case Some(element) =>
1427+
element.underlying.clear()
1428+
element.underlying.sendKeys("42.0")
1429+
}
14271430
}
14281431
}
14291432

0 commit comments

Comments
 (0)