Skip to content

Commit

Permalink
prettier fix
Browse files Browse the repository at this point in the history
  • Loading branch information
iethree committed Aug 1, 2022
1 parent e382491 commit 395b943
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ describe("scenarios > admin > settings > email settings", () => {
cy.findByLabelText("Reply-To Address")
.type("reply-to@metabase.test")
.blur();
cy.findByLabelText("From Name")
.type("Sender Name")
.blur();
cy.findByLabelText("From Name").type("Sender Name").blur();
cy.findByLabelText("Reply-To Address")
.type("reply-to@metabase.test")
.blur();
Expand Down

0 comments on commit 395b943

Please sign in to comment.