Fix test broken by 0627d409b5
This commit is contained in:
parent
145a4ea96a
commit
4bdea08b60
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue