Skip to content

Commit

Permalink
Remove extra console log, typo
Browse files Browse the repository at this point in the history
  • Loading branch information
plocket committed Aug 9, 2024
1 parent 914d004 commit 0abb4eb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,6 @@ Scenario: I fail to sign in with wrong email and password
Given the final Scenario status should be "failed"
Given the Scenario report should include:
"""
ALK0208
ALK0209
"""
And I sign in with "WRONG_EMAIL", "WRONG_PASSWORD"
1 change: 0 additions & 1 deletion lib/scope.js
Original file line number Diff line number Diff line change
Expand Up @@ -3069,7 +3069,6 @@ module.exports = {
pre: `302 sign-in wait error: ${ error.name }`,
data: error,
});
console.log(`302 error:`, error.name);
});

// Invalid credentials, no navigation, no sign in
Expand Down

0 comments on commit 0abb4eb

Please sign in to comment.