Looks like some URLs got changed at one point to include 'manage', but weren't updated everywhere.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

David_Rothstein’s picture

Title: "Edit shortcuts" link in the toolbar points to a nonexistent page » "Edit shortcuts" link in the toolbar points to a nonexistent page (as does the "add shortcuts" link on an empty shortcut set)
Status: Active » Needs review
Issue tags: +Needs tests
FileSize
1.68 KB

Found another while looking through the module. Both are fixed in the attached.

I guess in theory this indicates some missing test coverage.

David_Rothstein’s picture

Though I don't know; a test would only catch this if it used clickLink() and specifically simulated clicking thorough the user interface rather than navigating by URL.

We don't tend to write tests that way too often.

aspilicious’s picture

Status: Needs review » Reviewed & tested by the community

Not sure why this is critical but lets close this one...

catch’s picture

Status: Reviewed & tested by the community » Fixed

Don't think this is worth a test. Committed/pushed to 8.x, thanks!

andypost’s picture

Priority: Critical » Normal
Status: Fixed » Needs review
Issue tags: -Needs tests
FileSize
825 bytes

Closed as duplicate #1993992: Edit shortcuts toolbar link broken

Here's a tests

Status: Needs review » Needs work

The last submitted patch, 1993992-shortcut-tests.patch, failed testing.

rszrama’s picture

Status: Needs work » Fixed

I don't see what that test gains us, as it simply ensures the shortcut URL hasn't changed since installation. This test wouldn't even start failing if the actual shortcuts path were to be changed again in the future. I agree with the previous comments that this doesn't need a test, as I couldn't find any comparable tests in the codebase.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.