Skip to content

Commit

Permalink
test: fix for tabs2 spec (#27854)
Browse files Browse the repository at this point in the history
  • Loading branch information
NandanAnantharamu committed Oct 6, 2023
1 parent e57e075 commit efc704b
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import {
propPane,
table,
tabs,
assertHelper,
} from "../../../../../support/Objects/ObjectsCore";

describe("Tabs widget Tests", function () {
Expand Down Expand Up @@ -205,6 +206,7 @@ describe("Tabs widget Tests", function () {

// Border Color
propPane.SelectColorFromColorPicker("bordercolor", 13);
assertHelper.AssertNetworkStatus("@updateLayout");
agHelper.AssertCSS(
tabs._tabsWidgetStyle,
"border-color",
Expand All @@ -221,6 +223,7 @@ describe("Tabs widget Tests", function () {

// Verify Box Shadow
agHelper.GetNClick(`${propPane._segmentedControl("0")}:contains('Large')`);
assertHelper.AssertNetworkStatus("@updateLayout");
agHelper.AssertCSS(
tabs._tabsWidgetStyle,
"box-shadow",
Expand Down

0 comments on commit efc704b

Please sign in to comment.