Fix upgrade link
This commit is contained in:
parent
962dbe1dcb
commit
1fd6119a51
|
@ -20,7 +20,7 @@ test('it renders with overlay', function(assert) {
|
||||||
'contains overlay content'
|
'contains overlay content'
|
||||||
);
|
);
|
||||||
assert.equal(
|
assert.equal(
|
||||||
this.$('#modal-wormhole a[href^="http://hashicorp.com/products/vault/trial?source=vaultui"]').length,
|
this.$('#modal-wormhole a[href^="https://hashicorp.com/products/vault/trial?source=vaultui"]').length,
|
||||||
1,
|
1,
|
||||||
'contains info link'
|
'contains info link'
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue