Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Commit

Permalink
Disabled tests for custom buttons in gadget titlebar
Browse files Browse the repository at this point in the history
  • Loading branch information
lasanthaS committed Apr 26, 2016
1 parent 0cfdde7 commit ffdc7c3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public void setUp() throws Exception {
*
* @throws Exception
*/
@Test(groups = "wso2.ds.dashboard", description = "Adding custom functions to gadget title bar")
@Test(groups = "wso2.ds.dashboard", description = "Adding custom functions to gadget title bar", enabled = false)
public void testCustomButtonsGadgeTitlebar() throws Exception {
DSWebDriver driver = getDriver();
addDashBoard(DASHBOARD_TITLE, DASHBOARD_DESCRIPTION);
Expand Down Expand Up @@ -119,7 +119,7 @@ public void testCustomButtonsGadgeTitlebar() throws Exception {
*/
@Test(groups = "wso2.ds.dashboard", description = "Hide dafault buttons on gadget title-bar on view mode of " +
"dashboard",
dependsOnMethods = "testCustomButtonsGadgeTitlebar")
dependsOnMethods = "testCustomButtonsGadgeTitlebar", enabled = false)
public void testDefaultButtonsGadgetTitlebar() throws Exception {
DSWebDriver driver = getDriver();
JSONObject gadgetJsonObj = getGadgetJSONObject();
Expand Down

0 comments on commit ffdc7c3

Please sign in to comment.