diff --git a/docs/api/commands/prompt.mdx b/docs/api/commands/prompt.mdx index 6009023338..8bdef6c7be 100644 --- a/docs/api/commands/prompt.mdx +++ b/docs/api/commands/prompt.mdx @@ -366,8 +366,8 @@ describe('Feature: User Registration', () => { 'And the user enters {{password}} in the confirm password field', 'And the user selects "admin" from the role dropdown', 'And the user checks the terms and conditions checkbox', - 'Then the user clicks the "Register User" button', - 'And the user should see a success notification', + 'And the user clicks the "Register User" button', + 'Then the user should see a success notification', 'And the user should be added to the user list', ], {