Skip to content

Commit

Permalink
chore: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikThePendric committed Dec 16, 2024
1 parent af974e9 commit 01e1b9b
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import { When, Then } from '@badeball/cypress-cucumber-preprocessor'

When('I type a dashboard id in the browser url that fails to load', () => {
console.log('TEST RUNS')

cy.intercept('**/dashboards/iMnYyBfSxmM**', {
statusCode: 500,
body: 'Oopsie!',
Expand Down

0 comments on commit 01e1b9b

Please sign in to comment.