-
Notifications
You must be signed in to change notification settings - Fork 7
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
Isaiah/playwright tests #537
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
Great work! This is a really good start
If you're interested in learning about CI/CD that can be your next task, but up to you :)
…tent-updates to include Playwright Recorder Signed-off-by: IsaiahA21 <[email protected]>
…which will regenerated each time. \n Hence, added data-testid to PhotoGallery.tsx, Profile.tsx, FounderSection.styles.ts to images could be uniquely identified based on an id. Signed-off-by: IsaiahA21 <[email protected]>
Signed-off-by: IsaiahA21 <[email protected]>
Signed-off-by: s-akella04 <[email protected]> Co-authored-by: s-akella04 <[email protected]> Signed-off-by: IsaiahA21 <[email protected]>
Signed-off-by: Sukritib13 <[email protected]> Signed-off-by: IsaiahA21 <[email protected]>
Signed-off-by: IsaiahA21 <[email protected]>
Co-authored-by: Ben Schmidt <[email protected]> Signed-off-by: IsaiahA21 <[email protected]>
Signed-off-by: IsaiahA21 <[email protected]>
…tent-updates to include Playwright Recorder Signed-off-by: IsaiahA21 <[email protected]>
…which will regenerated each time. \n Hence, added data-testid to PhotoGallery.tsx, Profile.tsx, FounderSection.styles.ts to images could be uniquely identified based on an id. Signed-off-by: IsaiahA21 <[email protected]>
Signed-off-by: IsaiahA21 <[email protected]>
Signed-off-by: brian-ngyn <[email protected]> Signed-off-by: IsaiahA21 <[email protected]>
* handling empty PM list * Update src/components/TeamSection/TeamInformation.ts Co-authored-by: Ben Schmidt <[email protected]> Signed-off-by: Morteza Faraji <[email protected]> --------- Signed-off-by: Morteza Faraji <[email protected]> Co-authored-by: Ben Schmidt <[email protected]>
Signed-off-by: IsaiahA21 <[email protected]>
Signed-off-by: IsaiahA21 <[email protected]>
* 524 - initail changes, added Alumni tab, reusable components * 524-Adding back Slider to UI, addressing comments. Signed-off-by: Sukriti, Website Developer * Addressing comments - creating helper functions, fixing styles Signed-off-by: Sukritib13 <[email protected]> * addressing comments - using var for bg color, using type for readability Signed-off-by: Sukritib13 <[email protected]> * using types and correcting case Signed-off-by: Sukritib13 <[email protected]> * using memoization Signed-off-by: Sukritib13 <[email protected]> --------- Signed-off-by: Sukritib13 <[email protected]> Co-authored-by: brian nguyen <[email protected]>
Signed-off-by: IsaiahA21 <[email protected]>
…ucalgary/tsu-website into isaiah/PlaywrightTests
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.
Looks good!
I added playwright test coverage for HomePage, Nav bar, and Project page.
Lmk if the tests are adequate.