mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 22:30:41 +01:00
Readme: links to the specific request matches do not work #555
Reference in New Issue
Block a user
Delete Branch "%!s()"
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?
Originally created by @dmytro-pryvedeniuk on GitHub (Nov 23, 2023).
Originally assigned to: @StefH on GitHub.
Describe the bug
When trying to open the link to the concrete request matcher here (https://github.com/WireMock-Net/WireMock.Net/wiki/Request-Matchers) I am redirected to 1️⃣ Request Matching page (not to the section with the matcher).
Expected behavior:
Section with the selected matcher is shown
Test to reproduce
As a workaround I have to scroll down as the links don't work as expected.
@StefH commented on GitHub (Nov 28, 2023):
@dmytro-pryvedeniuk
Which matcher do you click in the list?
Because on firefox, the links seem to work fine?
@dmytro-pryvedeniuk commented on GitHub (Nov 29, 2023):
All of them do not work for me on Chrome.
@dmytro-pryvedeniuk commented on GitHub (Nov 29, 2023):
UPD: GraphQLMatcher works. Maybe because it has the different link - https://github.com/WireMock-Net/WireMock.Net/wiki/Request-Matching-GraphQLMatcher
@StefH commented on GitHub (Nov 29, 2023):
@dmytro-pryvedeniuk
Thanks.
Links have been fixed.