okkur / syna

Highly customizable open source theme for Hugo based static websites
https://syna.okkur.org/demo/
Apache License 2.0
250 stars 134 forks source link

Fix events tests' bad selector error #756

Closed mpourismaiel closed 4 years ago

mpourismaiel commented 4 years ago

What this PR does / why we need it: relLangURL had caused the urls in pricing fragment to change from absolute to relative, which in turn invalidated the selectors in our tests. Changing from exact match ([href=/path]) to regex match ([href$=/href]) fixed the problem.

Which issue this PR fixes: fixes #748