From 731d7779af67feba66860ef34aaa776921c802a7 Mon Sep 17 00:00:00 2001 From: Benaka Moorthi <benaka.moorthi@gmail.com> Date: Fri, 2 Aug 2013 17:37:29 -0400 Subject: [PATCH] Add more goals table screenshots to UIIntegrationTests. --- tests/PHPUnit/UI/UIIntegrationTest.php | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tests/PHPUnit/UI/UIIntegrationTest.php b/tests/PHPUnit/UI/UIIntegrationTest.php index 4da2feaa62..8292320f5b 100644 --- a/tests/PHPUnit/UI/UIIntegrationTest.php +++ b/tests/PHPUnit/UI/UIIntegrationTest.php @@ -141,6 +141,15 @@ class Test_Piwik_Integration_UIIntegrationTest extends IntegrationTestCase array("widgetize_goals_table", "?$widgetizeParams&$generalParams&moduleToWidgetize=UserCountry&actionToWidgetize=getCountry" . "&viewDataTable=tableGoals"), + array("widgetize_goals_table_ecommerce", + "?$widgetizeParams&$generalParams&moduleToWidgetize=UserCountry&actionToWidgetize=getCountry" + . "&viewDataTable=tableGoals&idGoal=ecommerceOrder"), + array("widgetize_goals_table_single", + "?$widgetizeParams&$generalParams&moduleToWidgetize=UserCountry&actionToWidgetize=getCountry" + . "&viewDataTable=tableGoals&idGoal=1"), + array("widgetize_goals_table_full", + "?$widgetizeParams&$generalParams&moduleToWidgetize=UserCountry&actionToWidgetize=getCountry" + . "&viewDataTable=tableGoals&idGoal=0"), array("widgetize_all_columns_table", "?$widgetizeParams&$generalParams&moduleToWidgetize=UserCountry&actionToWidgetize=getCountry" . "&viewDataTable=tableAllColumns"), -- GitLab