mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Remove debugger statement.
This commit is contained in:
parent
678301a20e
commit
b3cb3e9ec6
@ -5,7 +5,6 @@ QUnit.test('agree to terms', function (assert) {
|
|||||||
var app = $('iframe').contents().find('#app-content .mock-app-root')
|
var app = $('iframe').contents().find('#app-content .mock-app-root')
|
||||||
|
|
||||||
app.find('.markdown').prop('scrollTop', 100000000)
|
app.find('.markdown').prop('scrollTop', 100000000)
|
||||||
debugger;
|
|
||||||
wait().then(function() {
|
wait().then(function() {
|
||||||
app.find('button').click()
|
app.find('button').click()
|
||||||
}).then(function() {
|
}).then(function() {
|
||||||
|
Loading…
Reference in New Issue
Block a user