Skip to content

Commit

Permalink
Fix windows jasmine failing spec
Browse files Browse the repository at this point in the history
* Remove assertion
  • Loading branch information
GaneshSPatil authored and ketan committed Mar 4, 2020
1 parent 84b8735 commit c201983
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ describe("Exec Task Modal", () => {
let attributes = modal.getTask().attributes() as ExecTaskAttributes;

expect(attributes.arguments()).toEqual(["-a", "-h"]);
expect(helper.byTestId("form-field-input-arguments")).toHaveValue("-a\n-h");

const input = helper.byTestId("form-field-input-arguments") as HTMLInputElement;
input.value = "-alh";
Expand Down

0 comments on commit c201983

Please sign in to comment.