fix prettier offense
This commit is contained in:
parent
50df2d7241
commit
c7c84606d9
|
@ -58,9 +58,7 @@ QUnit.test("update some fields", async assert => {
|
||||||
await savePreferences();
|
await savePreferences();
|
||||||
|
|
||||||
click(".preferences-nav .nav-notifications a");
|
click(".preferences-nav .nav-notifications a");
|
||||||
await selectKit(
|
await selectKit(".control-group.notifications .combo-box.duration").expand();
|
||||||
".control-group.notifications .combo-box.duration"
|
|
||||||
).expand();
|
|
||||||
await selectKit(
|
await selectKit(
|
||||||
".control-group.notifications .combo-box.duration"
|
".control-group.notifications .combo-box.duration"
|
||||||
).selectRowByValue(1440);
|
).selectRowByValue(1440);
|
||||||
|
|
Loading…
Reference in New Issue