Skip to content

Commit

Permalink
Test Restyled
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrieldutra committed Dec 30, 2019
1 parent b27ddb0 commit 13d4396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/cypress/integration/query/parameter_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ describe("Parameter", () => {
edit();

cy.getByTestId("ParameterName-test-parameter")
.find(".parameter-input")
.find('.parameter-input')
.should($el => {
assert.isTrue($el.data("dirty"));
});
Expand Down

0 comments on commit 13d4396

Please # to comment.