Skip to content

Commit

Permalink
test: check for updated color
Browse files Browse the repository at this point in the history
  • Loading branch information
yggg committed Oct 4, 2019
1 parent b0698d7 commit b396365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/layout-theme.e2e-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ describe('nb-layout theme', () => {
expect(value).toEqual(themeDefault);
});
cardHeader.getCssValue('color').then(value => {
expect(value).toEqual('rgba(26, 33, 56, 1)');
expect(value).toEqual('rgba(25, 32, 56, 1)');
});
cardHeader.getCssValue('text-decoration').then(value => {
expect(value).toMatch('none');
Expand Down

0 comments on commit b396365

Please sign in to comment.