Skip to content

Commit

Permalink
Update ToolsScreenRenderTests for changes to the ServiceRun screen
Browse files Browse the repository at this point in the history
  • Loading branch information
jonesde committed Jun 23, 2022
1 parent 4669f30 commit 149780a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/src/test/groovy/ToolsScreenRenderTests.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ class ToolsScreenRenderTests extends Specification {
"Service/ServiceDetail?serviceName=org.moqui.impl.UserServices.create#UserAccount" |
"moqui.security.UserAccount.username" | """ec.service.sync().name("create#moqui.security.UserAccount")"""
"Service/ServiceRun?serviceName=org.moqui.impl.UserServices.create#UserAccount" |
"User Full Name" | "Cron String"
"User Full Name" | "Run Service"
// run the service, then make sure it ran
"Service/ServiceRun/run?serviceName=org.moqui.impl.UserServices.create#UserAccount&username=ScreenTest&newPassword=moqui1!!&newPasswordVerify=moqui1!!&userFullName=Screen Test User&emailAddress=screen@test.com" | "" | ""
"Entity/DataEdit/EntityDataFind?username=ScreenTest&selectedEntity=moqui.security.UserAccount" |
Expand Down

0 comments on commit 149780a

Please sign in to comment.