Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/api/commands/prompt.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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',
],
{
Expand Down