Skip to content

Commit

Permalink
test(update): fix settings profile test
Browse files Browse the repository at this point in the history
  • Loading branch information
luisecm committed Nov 21, 2023
1 parent cc100ad commit ab4d4c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/specs/05-settings-profile.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ export default async function settingsProfile() {
// Ensure that value placed in Status is the did key from the user
const statusInputText =
await settingsProfileFirstUser.getStatusInputElement();
await expect(statusInputText).toHaveTextContaining("did:key:");
await expect(statusInputText).toHaveTextContaining("Test123#");

// Clear value from status input
await settingsProfileFirstUser.deleteStatus();
Expand Down

0 comments on commit ab4d4c4

Please sign in to comment.