Implement Email button

This commit is contained in:
Haocen Xu
2019-08-21 17:36:22 -04:00
parent 63fdd2eba3
commit e079f6c830
6 changed files with 314 additions and 6 deletions

View File

@@ -326,7 +326,7 @@ describe('TopNav', function () {
'returns the currently selected expiration date',
function () {
$.PrivateBin.TopNav.init();
assert.ok($.PrivateBin.TopNav.getExpiration() === '1week');
assert.ok($.PrivateBin.TopNav.getExpiration() === null);
}
);
});