Skip to content

Commit

Permalink
@releng adapted Page/Blueprint Properties test to new behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
msagolj authored and bpauli committed Dec 13, 2021
1 parent fd74f24 commit 68b59e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion testing/it/e2e-selenium/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@
<dependency>
<groupId>com.adobe.cq</groupId>
<artifactId>aem-selenium-it-base</artifactId>
<version>0.2.16</version>
<version>0.2.18</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
import com.adobe.cq.testing.selenium.pagewidgets.coral.CoralMultiField;
import com.adobe.cq.testing.selenium.pagewidgets.coral.Dialog;
import com.adobe.cq.testing.selenium.pagewidgets.cq.AutoCompleteField;
import com.adobe.cq.testing.selenium.pagewidgets.cq.RolloutDialog;
import com.adobe.cq.testing.selenium.pagewidgets.cq.tabs.AdvancedTab;
import com.adobe.cq.testing.selenium.pagewidgets.cq.tabs.BlueprintTab;
import com.adobe.cq.testing.selenium.pagewidgets.cq.tabs.CloudServicesTab;
Expand Down Expand Up @@ -637,7 +638,7 @@ public void testBlueprintPageProperties() throws ClientException, InterruptedExc
// open the Blueprint tab
BlueprintTab blueprintTab = propertiesPage.clickTab("blueprint", BlueprintTab.class);

BlueprintTab.RolloutDialog rolloutDialog = blueprintTab.rollout();
RolloutDialog rolloutDialog = blueprintTab.rollout();
Commons.webDriverWait(CoreComponentConstants.WEBDRIVER_WAIT_TIME_MS);
// check livecopy is present for rollout
assertTrue(rolloutDialog.numberOfLiveCopies() == 1, "There should be 1 livecopy");
Expand Down

0 comments on commit 68b59e5

Please sign in to comment.