Skip to content

Commit

Permalink
test: Click input box before Ctrl-V to make case more stable
Browse files Browse the repository at this point in the history
The export copy and paste case sometimes failed on Edge browser,
add one more step before paste exported content
  • Loading branch information
henrywang authored and martinpitt committed Jun 3, 2019
1 parent eb06a94 commit 2ce93c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/end-to-end/specs/viewBlueprint.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 2ce93c6

Please sign in to comment.