tests: change timeout on bold and embed_value test to support Win10 FF84

pull/4854/head
John McLear 2021-02-23 19:23:17 +00:00
parent 72d9c8fef9
commit c7511b2f2e
2 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ describe('bold button', function () {
});
it('makes text bold on click', function (done) {
this.timeout(100);
this.timeout(200);
const inner$ = helper.padInner$;
const chrome$ = helper.padChrome$;
@ -37,7 +37,7 @@ describe('bold button', function () {
});
it('makes text bold on keypress', function (done) {
this.timeout(100);
this.timeout(200);
const inner$ = helper.padInner$;
// get the first text element out of the inner iframe

View File

@ -57,7 +57,7 @@ describe('embed links', function () {
describe('the share link', function () {
it('is the actual pad url', function (done) {
this.timeout(50);
this.timeout(100);
const chrome$ = helper.padChrome$;
// open share dropdown