This commit is contained in:
John McLear 2021-01-29 09:39:00 +00:00
parent 14db2e52c2
commit f6413c8e39

View file

@ -16,7 +16,7 @@ describe('Language select and change', function () {
// Destroy language cookies // Destroy language cookies
it('makes text german', function (done) { it('makes text german', function (done) {
this.timeout(300); this.timeout(1000);
const chrome$ = helper.padChrome$; const chrome$ = helper.padChrome$;
// click on the settings button to make settings visible // click on the settings button to make settings visible
@ -46,7 +46,7 @@ describe('Language select and change', function () {
}); });
it('makes text English', function (done) { it('makes text English', function (done) {
this.timeout(300); this.timeout(1000);
const chrome$ = helper.padChrome$; const chrome$ = helper.padChrome$;
// click on the settings button to make settings visible // click on the settings button to make settings visible