Closed (fixed)
Project:
Experience Builder
Component:
Page builder
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
29 Aug 2024 at 08:50 UTC
Updated:
23 Sep 2024 at 09:59 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #4
omkar-pd commentedComment #5
lauriiiNice one @omkar-pd! Is this something you could write a Cypress test for? 😊
Comment #6
omkar-pd commentedThank you! 😊 I haven't written a Cypress test yet, but I'll try it. I'll dive in and see what I can do!
Comment #7
omkar-pd commented@lauriii, Added tests. Ready for review.
Comment #8
lauriiiMoving to needs work to get the MR feedback addressed
Comment #9
omkar-pd commentedComment #10
omkar-pd commented@jessebaker,
I've addressed the feedback, please review it.
Comment #11
lauriiiComment #13
jessebaker commented@omkar-pd I attempted to get the tests passing but I have run out of time, unassigning and setting to Needs work for your (or someone else) to take another look.
Comment #14
omkar-pd commentedTests are green now.
Comment #16
jessebaker commentedI just had to make one small change to the tests - each it() block should not depend on the previous test having run successfully to pass. They should be independent. I moved the 3 new tests into a single it block. See https://docs.cypress.io/guides/references/best-practices#Having-Tests-Re...