Commit 518f277b authored by Luke "Jared" Bennett's avatar Luke "Jared" Bennett

Correct selector in field_spec

parent 3fc05267
......@@ -54,7 +54,7 @@ describe('Markdown field component', () => {
}));
previewLink = vm.$el.querySelector('.nav-links .js-preview-link');
writeLink = vm.$el.querySelector('.nav-links js-write-link');
writeLink = vm.$el.querySelector('.nav-links .js-write-link');
});
it('sets preview link as active', (done) => {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment