From 475a6042c2837a6e67fed5a20e5ebba9c0cc0e90 Mon Sep 17 00:00:00 2001 From: Lloyd Hilaiel <lloyd@hilaiel.com> Date: Mon, 21 Nov 2011 11:12:26 -0700 Subject: [PATCH] don't commit alerts to the frontend tests, lloyd --- resources/static/test/qunit/pages/manage_account_unit_test.js | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/static/test/qunit/pages/manage_account_unit_test.js b/resources/static/test/qunit/pages/manage_account_unit_test.js index 096f1f534..8ac855e0c 100644 --- a/resources/static/test/qunit/pages/manage_account_unit_test.js +++ b/resources/static/test/qunit/pages/manage_account_unit_test.js @@ -116,7 +116,6 @@ steal.then("/pages/manage_account", function() { setTimeout(function() { // switch to a single address return on the sync. xhr.useResult("valid"); - alert($("#emailList").children().length); bid.manageAccount.removeEmail("testuser@testuser.com"); setTimeout(function() { -- GitLab