Open MatthewGidcomb opened 1 year ago
Some thoughts to start off:
href
of the FB and Twitter links contain the proper URL. I wouldn't want to test the full "share" URL, e.g. https://<evilempire>.com/<some-sharing-thing>?url=<infinite>
, but if the string contained http://localhost:7779/events/uuid-...
, I think we could be confident everything works.head
to verify the canonical URL, and there might be other things in the head
we want to verify.EventView
component (that covers most of the page content for the /events/uuid...
page) that verifies these links given a test event. I don't know if the head
content could be testing, though.
Today we discovered that:
head
.These problems are fixed by #323 and 668d4b9a. But we should think about how we might test these going forward.