Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix ticket notification test where clicking on email link was broken #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jphpsf
Copy link

@jphpsf jphpsf commented Mar 7, 2011

This commit fixes a broken test in the ticket notifications feature in the scenario "Ticket owner is automatically subscribed to a ticket"

When an email was sent for it included a link to an image (the logo) as well as a link to the ticket.

The cucumber feature was attempting to click the link to the ticket Then they click the first link in the email. It turns out that this was opening the image (logo) url instead of the ticket link. It might be a bug with email-spec.

A simple fix to the problem is to explicitly name the link that we are trying to click with Then they follow "view this ticket online here" in the email.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant