Skip to content

Commit

Permalink
LRAC-9310 Add CanCreateWebBehaviorSegmentUsingHasNot testcase to quar…
Browse files Browse the repository at this point in the history
…antine
  • Loading branch information
Vinicius Lopes authored and brianchandotcom committed Sep 20, 2021
1 parent 983f0e6 commit 6c0fd4f
Showing 1 changed file with 11 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -802,9 +802,12 @@ definition {
@description = "Create a Web Behavior using 'has not' segment"
@priority = "5"
test CanCreateWebBehaviorSegmentUsingHasNot {
ACUtils.createBlogsAndAddToPage();
property portal.upstream = "quarantine";

Navigator.openURL();
// AC Refactor: data doesn't appear on time
// AC Refactor ticket: LRAC-9362

ACUtils.createBlogsAndAddToPage();

var propertyName = ACDXPSettings.connectDXPtoAnalyticsCloud(siteName = "Site Name");

Expand Down Expand Up @@ -848,6 +851,10 @@ definition {

ACSegments.saveSegment();

ACNavigation.goToSegments();

ACSegments.accessSegment(segmentName = "Dynamic Segment Test");

ACNavigation.switchTab(tabName = "Membership");

AssertElementPresent(
Expand All @@ -862,6 +869,8 @@ definition {
siteName = "Site Name");

BlogsNavigator.gotoPG(entryTitle = "Blogs AC Title");

Pause(locator1 = "5000");
}

ACUtils.closeAllSessionsAndWait();
Expand Down

0 comments on commit 6c0fd4f

Please sign in to comment.