Skip to content

Commit 0fb4e1f

Browse files
lint fix
1 parent aa627e2 commit 0fb4e1f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/api/commands/prompt.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -432,10 +432,10 @@ it('Scenario Outline: Admin manages user status', () => {
432432
const Examples = [
433433
{ status: 'pending', action: 'activates', new_status: 'active' },
434434
{ status: 'active', action: 'deactivates', new_status: 'inactive' },
435-
{ status: 'inactive', action: 'activates', new_status: 'active' }
436-
];
435+
{ status: 'inactive', action: 'activates', new_status: 'active' },
436+
]
437437

438-
Examples.forEach(example => {
438+
Examples.forEach((example) => {
439439
cy.prompt([
440440
`Given there is a(n) ${example.status} user on the page`,
441441
`When the admin ${example.action} the user`,

0 commit comments

Comments
 (0)