forked from matrix-org/matrix-react-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7a7e1fb
commit fe7f2f0
Showing
1 changed file
with
8 additions
and
0 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
fe7f2f0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rashmitpankhania I'm really sorry for the late response. At first, I thought the code was similar to what I nedded because I wasn't familiar with cypress, but now I realize you might be trying to help me by providing me the required code. I'm new to this, so can you please explain?
fe7f2f0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am also fairly new to cypress. But doesnt have much difference than jest which also follow the similar test pattern of arrange act and assert
in this case i just looked the existing tests and checked available methods for width in cypress's doc and tested it on my local
so if u want to understand cypress...the documentation is fairly extensive
or anything specific..feel free to shoot!!
fe7f2f0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thankyou very much for thr much needed help