Skip to content

Commit a632e54

Browse files
chippisoncaddoo
authored andcommitted
update test and css and submodules
1 parent d30d70e commit a632e54

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ā€Žplugins/Morpheus/stylesheets/simple_structure.cssā€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ body#simple {
1313
color: #888;
1414
text-align: center;
1515
font-size: 6px;
16-
background-color: #3450a3 !important;
16+
background-color: var(--theme-color-header-background, #fff) !important;
1717
padding: 15px 0;
1818
}
1919

ā€Žtests/UI/specs/Menus_spec.jsā€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ describe("Menus", function () {
131131
});
132132
await page.waitForTimeout(250);
133133

134-
expect(await page.screenshotSelector('#mobile-top-menu')).to.matchImage('mobile_top');
134+
expect(await page.screenshotSelector('#mobile-top-menu', false)).to.matchImage('mobile_top');
135135
});
136136

137137
it('should load the left reporting menu correctly on mobile', async function() {

0 commit comments

Comments
Ā (0)
⚔