Remove debugger

feature/default_network_editable
Dan Finlay 7 years ago
parent adc66974ff
commit 10459ebaf4
  1. 1
      test/integration/lib/mascara-first-time.js

@ -142,7 +142,6 @@ async function skipNotices (app) {
// still notices to accept
const termsPage = app.find('.markdown')[0]
if (!termsPage) {
debugger
break
}
termsPage.scrollTop = termsPage.scrollHeight

Loading…
Cancel
Save