Skip to content

Commit

Permalink
test: fix functional tests
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Romero <rmerqg@amazon.com>
  • Loading branch information
joshuarrrr committed Apr 29, 2024
1 parent 7b71d55 commit ca2a00e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/apps/visualize/_custom_branding.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {

describe('in default mode', async () => {
it('with customized logo in header bar', async () => {
await globalNav.logoExistsOrFail(expectedFullLogo);
// The expanded header shows up with a dark background irrespective of the color scheme and because of that, we will always have a dark logo there.
await globalNav.logoExistsOrFail(expectedFullLogoDarkMode);
});

it('with customized mark logo button in header bar', async () => {
Expand Down
Binary file modified test/functional/screenshots/baseline/tsvb_dashboard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ca2a00e

Please sign in to comment.