Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LPD-18953 | Enable tests affected by the LRAC-13715 bug #1923

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,8 @@ definition {
}

@description = "Feature ID: Legacy | Automation ID: LRAC-8668 | Test Summary: Check blogClicked is triggered when a blog is clicked within a widget"
@ignore = "true"
@priority = 3
test CheckBlogClickedTriggeredWhenBlogClicked {

// AC Bug: Unable to search using special characters
// AC Bug ticket: LRAC-13715

property proxy.server.enabled = "true";

task ("Get the Property ID in AC") {
Expand Down Expand Up @@ -189,13 +184,8 @@ definition {
}

@description = "Feature ID: Legacy | Automation ID: LRAC-8663 | Test Summary: Check blogDepthReached triggers (Level 1)"
@ignore = "true"
@priority = 5
test CheckBlogDepthReachedTo25AndCheckProperties {

// AC Bug: Unable to search using special characters
// AC Bug ticket: LRAC-13715

property proxy.server.enabled = "true";

task ("Get the Property ID in AC") {
Expand Down Expand Up @@ -269,13 +259,8 @@ definition {
}

@description = "Feature ID: Legacy | Automation ID: LRAC-8664 | Test Summary: Check blogDepthReached triggers (Level 2)"
@ignore = "true"
@priority = 5
test CheckBlogDepthReachedTo50AndCheckProperties {

// AC Bug: Unable to search using special characters
// AC Bug ticket: LRAC-13715

property proxy.server.enabled = "true";

task ("Get the Property ID in AC") {
Expand Down Expand Up @@ -349,13 +334,8 @@ definition {
}

@description = "Feature ID: Legacy | Automation ID: LRAC-8665 | Test Summary: Check blogDepthReached triggers (Level 3)"
@ignore = "true"
@priority = 5
test CheckBlogDepthReachedTo75AndCheckProperties {

// AC Bug: Unable to search using special characters
// AC Bug ticket: LRAC-13715

property proxy.server.enabled = "true";

task ("Get the Property ID in AC") {
Expand Down Expand Up @@ -429,13 +409,8 @@ definition {
}

@description = "Feature ID: Legacy | Automation ID: LRAC-8666 | Test Summary: Check blogDepthReached triggers (Level 4)"
@ignore = "true"
@priority = 5
test CheckBlogDepthReachedTo100AndCheckProperties {

// AC Bug: Unable to search using special characters
// AC Bug ticket: LRAC-13715

property proxy.server.enabled = "true";

task ("Get the Property ID in AC") {
Expand Down Expand Up @@ -509,13 +484,8 @@ definition {
}

@description = "Feature ID: Legacy | Automation ID: LRAC-8669 | Test Summary: Check blogViewed does not trigger when the blog is visible as a widget in the front page"
@ignore = "true"
@priority = 2
test CheckBlogViewedDoesNotTriggerWhenBlogIsVisible {

// AC Bug: Unable to search using special characters
// AC Bug ticket: LRAC-13715

property proxy.server.enabled = "true";

task ("Get the Property ID in AC") {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -626,13 +626,8 @@ definition {
}

@description = "Feature ID: LRAC-12919 | Automation ID: LRAC-13510 | Test Summary: Check if it is possible to filter the API response data only for the channelID that was chosen"
@ignore = "true"
@priority = 4
test RequestToAccessDataForSpecificChannelID {

// AC Bug: Unable to search using special characters
// AC Bug ticket: LRAC-13715

var blogsTitleList = "Blog AC Title 1,Blog AC Title 2";
var type = "blogs";
var range = "rangeKey";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -226,13 +226,8 @@ definition {
}

@description = "Feature ID: Legacy | Automation ID: LRAC-8692 | Test Summary: Check pageViewed is triggered with formViewed"
@ignore = "true"
@priority = 4
test CheckPageViewedIsTriggeredWithFormViewed {

// AC Bug: Unable to search using special characters
// AC Bug ticket: LRAC-13715

property proxy.server.enabled = "true";

task ("Get formId of form") {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,8 @@ definition {
}

@description = "Feature ID: Legacy | Automation ID: LRAC-8805 | Test Summary: Check pageDepthReached triggers ([depth] = 25) and check its properties (see reference document in comments)"
@ignore = "true"
@priority = 5
test CheckPageDepthReachedTo25 {

// AC Bug: Unable to search using special characters
// AC Bug ticket: LRAC-13715

property proxy.server.enabled = "true";

task ("Add a Blogs widget to page") {
Expand Down Expand Up @@ -124,13 +119,8 @@ definition {
}

@description = "Feature ID: Legacy | Automation ID: LRAC-8806 | Test Summary: Check pageDepthReached trigggers ([depth] = 50) and check its properties (see reference document in comments)"
@ignore = "true"
@priority = 5
test CheckPageDepthReachedTo50 {

// AC Bug: Unable to search using special characters
// AC Bug ticket: LRAC-13715

property proxy.server.enabled = "true";

task ("Add a Blogs widget to page") {
Expand Down Expand Up @@ -202,13 +192,8 @@ definition {
}

@description = "Feature ID: Legacy | Automation ID: LRAC-8807 | Test Summary: Check pageDepthReached trigggers ([depth] = 75) and check its properties (see reference document in comments)"
@ignore = "true"
@priority = 5
test CheckPageDepthReachedTo75 {

// AC Bug: Unable to search using special characters
// AC Bug ticket: LRAC-13715

property proxy.server.enabled = "true";

task ("Add a Blogs widget to page") {
Expand Down Expand Up @@ -280,13 +265,8 @@ definition {
}

@description = "Feature ID: Legacy | Automation ID: LRAC-8808 | Test Summary: Check pageDepthReached trigggers ([depth] = 100) and check its properties (see reference document in comments)"
@ignore = "true"
@priority = 5
test CheckPageDepthReachedTo100 {

// AC Bug: Unable to search using special characters
// AC Bug ticket: LRAC-13715

property proxy.server.enabled = "true";

task ("Add a Blogs widget to page") {
Expand Down Expand Up @@ -358,13 +338,8 @@ definition {
}

@description = "Feature ID: Legacy | Automation ID: LRAC-8871 | Test Summary: Check pageDepthReached events trigger when scrolling the page by hitting the Page Dn or the Down arrow keys"
@ignore = "true"
@priority = 3
test CheckPageDepthReachedWhenPressPageDownKey {

// AC Bug: Unable to search using special characters
// AC Bug ticket: LRAC-13715

property proxy.server.enabled = "true";

task ("Add a Blogs widget to page") {
Expand Down Expand Up @@ -438,13 +413,8 @@ definition {
}

@description = "Feature ID: Legacy | Automation ID: LRAC-8935 | Test Summary: Check all page events can be sent again if the page is refreshed/hard refreshed"
@ignore = "true"
@priority = 4
test CheckPageEventsTriggeredAgainAfterHardRefresh {

// AC Bug: Unable to search using special characters
// AC Bug ticket: LRAC-13715

property proxy.server.enabled = "true";

task ("Get the Property ID in AC") {
Expand Down Expand Up @@ -527,13 +497,8 @@ definition {
}

@description = "Feature ID: Legacy | Automation ID: LRAC-8802 | Test Summary: Check all page events are triggered over again after a page refresh"
@ignore = "true"
@priority = 4
test CheckPageEventsTriggeredAgainAfterRefresh {

// AC Bug: Unable to search using special characters
// AC Bug ticket: LRAC-13715

property proxy.server.enabled = "true";

task ("Get the Property ID in AC") {
Expand Down Expand Up @@ -616,13 +581,8 @@ definition {
}

@description = "Feature ID: Legacy | Automation ID: LRAC-8799 | Test Summary: Check pageLoaded triggers when visiting a DXP page and check its properties (see reference document in comments)"
@ignore = "true"
@priority = 5
test CheckPageLoadedWhenViewPage {

// AC Bug: Unable to search using special characters
// AC Bug ticket: LRAC-13715

property proxy.server.enabled = "true";

task ("Get the Property ID in AC") {
Expand Down Expand Up @@ -678,13 +638,8 @@ definition {
}

@description = "Feature ID: Legacy | Automation ID: LRAC-8870 | Test Summary: Check pageUnloaded does not trigger when coming from untracked or external sites"
@ignore = "true"
@priority = 4
test CheckPageUnLoadedIsNotTriggeredWhenComesFromUntrackedPage {

// AC Bug: Unable to search using special characters
// AC Bug ticket: LRAC-13715

property proxy.server.enabled = "true";

task ("Get the Property ID in AC") {
Expand Down Expand Up @@ -735,13 +690,8 @@ definition {
}

@description = "Feature ID: Legacy | Automation ID: LRAC-8801 | Test Summary: Check pageUnloaded triggers when leaving a DXPpage and check its properties (see reference document in comments)"
@ignore = "true"
@priority = 5
test CheckPageUnLoadedWhenLeavePage {

// AC Bug: Unable to search using special characters
// AC Bug ticket: LRAC-13715

property proxy.server.enabled = "true";

task ("Add the second widget page") {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,8 @@ definition {
}

@description = "Feature ID: Legacy | Automation ID: LRAC-8923 | Test Summary: Check vote is triggered when voting and check its properties"
@ignore = "true"
@priority = 5
test CheckVoteEventWhenVotingForBlogAndCheckProperties {

// AC Bug: Unable to search using special characters
// AC Bug ticket: LRAC-13715

property proxy.server.enabled = "true";

task ("Add a blog to the page and connect AC to DXP") {
Expand Down Expand Up @@ -135,13 +130,8 @@ definition {
}

@description = "Bug: LRAC-11450 | Automation ID: LRAC-11507 | Test Summary: Check vote is triggered when voting for DM and check its properties"
@ignore = "true"
@priority = 5
test CheckVoteEventWhenVotingForDMAndCheckProperties {

// AC Bug: Unable to search using special characters
// AC Bug ticket: LRAC-13715

property proxy.server.enabled = "true";

task ("Add a documents and media to the page and connect DXP to AC") {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,8 @@ definition {
}

@description = "Feature ID: Legacy | Automation ID: LRAC-8973 | Test Summary: Assert the Property Menu after editing a Property"
@ignore = "true"
@priority = 3
test AssertPropertyMenuAfterEditProperty {

// AC Bug: Unable to search using special characters
// AC Bug ticket: LRAC-13715

task ("Switch to new property in AC") {
ACUtils.launchAC();

Expand Down