Skip to content

Commit e7ba904

Browse files
committed
Distinguish between standard and preflight integration party hint [ci]
Signed-off-by: Paweł Perek <pawel.perek@digitalasset.com>
1 parent 9664a3b commit e7ba904

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ class SvFrontendIntegrationTest
114114
"fill the party hint field and click on the button to create an onboarding secret", {
115115
clue("fill party hint") {
116116
inside(find(id("create-party-hint"))) { case Some(element) =>
117-
element.underlying.sendKeys("splice-client-10")
117+
element.underlying.sendKeys("splice-client-2")
118118
}
119119
}
120120

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ trait SvUiPreflightIntegrationTestUtil extends TestCommon {
114114
"fill the party hint field and click on the button to create an onboarding secret", {
115115
clue("fill party hint") {
116116
inside(find(id("create-party-hint"))) { case Some(element) =>
117-
element.underlying.sendKeys("splice-client-1")
117+
element.underlying.sendKeys("splice-client-10")
118118
}
119119
}
120120

0 commit comments

Comments
 (0)