-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Test][cypress] Edit Profile Details #401
Comments
Hi @elraphty |
@elraphty can you please assign this to me. Thanks |
@elraphty Could you assign me? |
Assign me |
@saithsab877 written any cypress tests yet? |
Yes, #400 |
Oh! sorry you are Abubakar on Sphinx Chat, I'm assigning. |
Thanks |
Hi @elraphty, After successfully editing the user profile in the Cypress test, as I click on the save button, this scanner popup appears. I am puzzled as to what this is because it is not present on the actual website. Could you please guide me on how to tackle this issue? |
Hi @elraphty, |
@saithsab877 make sure you are not calling login during the process |
Please check my code. I not calling login : |
I create a PR then you check it. |
Context
Currently, we have a cypress command to create a user profile but we want to assert that we can edit the user's profile details.
So what we want to do is use Login User to create a user profile, click on the user icon, and edit the user profile, change the user description, Twitter username, Github username and Coding languages.
File to create
sphinx-tribes-frontend/cypress/e2e/14_edit_profile_details.cy.ts
there will be modifications to
sphinx-tribes-frontend/cypress/support/commands.ts
Acceptance Criteria
The edit profile modal is shown below
References
Example cypress test
https://github.com/stakwork/sphinx-tribes-frontend/blob/master/cypress/e2e/0_create_bounty.cy.ts
The text was updated successfully, but these errors were encountered: