feat(homepage): add git button and split css styles #1
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I need to add more Cypress tests for the new element. This will become a regular thing where i add e2e tests for every addition to make sure the test coverage is as high as possible. I will do the same thing when I start incorporating more testing types.
I tried using the default Cypress hover event to test the button changing style on hover but it doesn't work properly, so I will get
cypress-real-eventsto enable better e2e test interactions. This was recommended by most people complaining about default Cypress event implementations since they just use JS to simulate events instead of executing them natively.cypress-real-eventsworks for hovering and the style change is visible in the video, butcy.screenshot()doesn't capture it. I am looking into this for a while now but there doesn't seem to be a solution and even the official documentation forcypress-real-eventssays so: realHover explanation.I hope to find a different solution for testing hover since I do not want to force a CSS change as it is usually done but I want to simulate a real hover somehow. If it proves to be impossible tho, I might just stick to adding
hoveras a class.View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.