-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #152 from iota-uz/sdk-145
fix: user create and update Middle name
- Loading branch information
Showing
2 changed files
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,7 +61,7 @@ describe("user auth and registration flow", () => { | |
|
||
cy.visit("http://localhost:3200/users"); | ||
cy.get("tbody tr").should("have.length", 2); | ||
cy.get("tbody tr").should("contain.text", "TestNew UserNew"); | ||
cy.get("tbody tr").should("contain.text", "TestNew UserNew MidNew"); | ||
cy.get("tbody tr").should("contain.text", "[email protected]"); | ||
|
||
cy.visit("http://localhost:3200/logout"); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters