oaeproject / 3akai-ux

Open Academic Environment (OAE) Front-End
http://www.oaeproject.org
Educational Community License v2.0
134 stars 206 forks source link

Failing CasperJS test #3978

Open nicolaasmatthijs opened 9 years ago

nicolaasmatthijs commented 9 years ago

The following CasperJS test seems to be failing consistently:

# Verify formatting a comment
FAIL Links are correcty formatted
#    type: assertSelectorHasText
#    file: node_modules/oae-core/comments/tests/comments.js:154
#    code: test.assertSelectorHasText('.comments-level-0 .media-body .oae-markdown p:nth-of-type(1) a', 'Absolute Link', 'Links are correcty formatted');
#    subject: false
#    selector: ".comments-level-0 .media-body .oae-markdown p:nth-of-type(1) a"
#    text: "Absolute Link"
#    actualContent: ""

https://travis-ci.org/oaeproject/3akai-ux/builds/51842999

nicolaasmatthijs commented 9 years ago

Assigning to @sathomas for fix