Skip to content

Commit a91301a

Browse files
committed
step rename
1 parent 3d70cab commit a91301a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/com/demo/pages/registration/RegistrationStep3.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class RegistrationStep3 {
2424
@Autowired
2525
private lateinit var registration: RegistrationCommon
2626

27-
@Step("Provide data for 2nd step")
27+
@Step("Provide data for 3rd step")
2828
fun `do step 3`(client: ClientData) {
2929
`wait while ready`()
3030
`fill display name field`(client.username)

0 commit comments

Comments
 (0)