diff --git a/plugins/CustomAlerts b/plugins/CustomAlerts
index d39b0f0a78b7a969967c88662d42b56cd0230ce4..74d010bc51fe941bed0ae80e84b01ee106725a3f 160000
--- a/plugins/CustomAlerts
+++ b/plugins/CustomAlerts
@@ -1 +1 @@
-Subproject commit d39b0f0a78b7a969967c88662d42b56cd0230ce4
+Subproject commit 74d010bc51fe941bed0ae80e84b01ee106725a3f
diff --git a/tests/UI/expected-screenshots/UIIntegrationTest_customalerts_list.png b/tests/UI/expected-screenshots/UIIntegrationTest_customalerts_list.png
deleted file mode 100644
index 28219108cce87fc2acaa600960a1672d425feeaa..0000000000000000000000000000000000000000
Binary files a/tests/UI/expected-screenshots/UIIntegrationTest_customalerts_list.png and /dev/null differ
diff --git a/tests/UI/expected-screenshots/UIIntegrationTest_customalerts_list_triggered.png b/tests/UI/expected-screenshots/UIIntegrationTest_customalerts_list_triggered.png
deleted file mode 100644
index d3d2a9618eeb2b8aaec134ff1f9d4b6be0b2eff2..0000000000000000000000000000000000000000
Binary files a/tests/UI/expected-screenshots/UIIntegrationTest_customalerts_list_triggered.png and /dev/null differ
diff --git a/tests/UI/specs/UIIntegration_spec.js b/tests/UI/specs/UIIntegration_spec.js
index aff7121a342bc189b94534b0b85efbef789089ff..6812cd9e96794791e729cdef190d3ffa9456436b 100644
--- a/tests/UI/specs/UIIntegration_spec.js
+++ b/tests/UI/specs/UIIntegration_spec.js
@@ -622,19 +622,6 @@ describe("UIIntegrationTest", function () { // TODO: Rename to Piwik?
         }, done);
     });
 
-    // CustomAlerts plugin TODO: move to CustomAlerts plugin
-    it('should load the custom alerts list correctly', function (done) {
-        expect.screenshot('customalerts_list').to.be.captureSelector('.pageWrap', function (page) {
-            page.load("?" + generalParams + "&module=CustomAlerts&action=index&idSite=1&period=day&date=yesterday&tests_hide_piwik_version=1");
-        }, done);
-    });
-
-    it('should load the triggered custom alerts list correctly', function (done) {
-        expect.screenshot('customalerts_list_triggered').to.be.captureSelector('.pageWrap', function (page) {
-            page.load("?" + generalParams + "&module=CustomAlerts&action=historyTriggeredAlerts&idSite=1&period=day&date=yesterday&tests_hide_piwik_version=1");
-        }, done);
-    });
-
     // top bar pages
     it('should load the widgets listing page correctly', function (done) {
         expect.screenshot('widgets_listing').to.be.captureSelector('.pageWrap', function (page) {