diff --git a/test/end-to-end/specs/viewBlueprint.test.js b/test/end-to-end/specs/viewBlueprint.test.js index e331f82e8..ac7e403b0 100644 --- a/test/end-to-end/specs/viewBlueprint.test.js +++ b/test/end-to-end/specs/viewBlueprint.test.js @@ -176,6 +176,7 @@ describe("View Blueprint Page", function() { // back to view blueprint page for pasting viewBlueprintPage.selectedComponentsTab.click(); // paste blueprint manifest here to test copy function + viewBlueprintPage.selectedComponentFilter.click(); viewBlueprintPage.selectedComponentFilter.setValue(["Control", "v"]); viewBlueprintPage.selectedComponentFilter.waitForValue(timeout); expect(viewBlueprintPage.selectedComponentFilter.getValue()).to.equal(blueprintManifest);