Skip to content

Commit

Permalink
C205529: Receive offer based on device
Browse files Browse the repository at this point in the history
  • Loading branch information
shammowla committed Jun 4, 2021
1 parent bb40fdf commit 98336b9
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions test/functional/specs/Personalization/C205529.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@ import {
import createAlloyProxy from "../../helpers/createAlloyProxy";

const networkLogger = createNetworkLogger();
const config = compose(
orgMainConfigMain,
debugEnabled
);
const config = compose(orgMainConfigMain, debugEnabled);
const PAGE_WIDE_SCOPE = "__view__";
const decisionId =
"AT:eyJhY3Rpdml0eUlkIjoiMTI2NTYxIiwiZXhwZXJpZW5jZUlkIjoiMCJ9";
Expand All @@ -30,13 +27,13 @@ test.meta({
TEST_RUN: "Regression"
});

test.skip("Test C205529: Receive offer based on device", async () => {
test("Test C205529: Receive offer based on device", async () => {
const alloy = createAlloyProxy();
await alloy.configure(config);
const result = await alloy.sendEvent({
xdm: {
device: {
screenWidth: 9999
customDeviceField: 9999
}
}
});
Expand Down

0 comments on commit 98336b9

Please sign in to comment.