Fix test broken by 0627d409b5

This commit is contained in:
jelhan 2016-07-27 23:12:35 +02:00
parent 145a4ea96a
commit 4bdea08b60

View file

@ -34,7 +34,7 @@ test('view poll url', function(assert) {
visit(`/poll/${id}?encryptionKey=${encryptionKey}`);
andThen(function() {
assert.equal(
find('.share-link .link a').text(),
find('.poll-link .link a').text(),
window.location.href,
'share link is shown'
);