tests: fix change_ser_color, force color author to be on
This commit is contained in:
parent
f5cd5a3379
commit
21afd538aa
1 changed files with 5 additions and 0 deletions
|
@ -63,6 +63,11 @@ describe("change user color", function(){
|
||||||
var inner$ = helper.padInner$;
|
var inner$ = helper.padInner$;
|
||||||
var chrome$ = helper.padChrome$;
|
var chrome$ = helper.padChrome$;
|
||||||
|
|
||||||
|
var $colorOption = helper.padChrome$('#options-colorscheck');
|
||||||
|
if (!$colorOption.is(':checked')) {
|
||||||
|
$colorOption.click();
|
||||||
|
}
|
||||||
|
|
||||||
//click on the settings button to make settings visible
|
//click on the settings button to make settings visible
|
||||||
var $userButton = chrome$(".buttonicon-showusers");
|
var $userButton = chrome$(".buttonicon-showusers");
|
||||||
$userButton.click();
|
$userButton.click();
|
||||||
|
|
Loading…
Reference in a new issue