Skip to content

Commit

Permalink
feat (spinner): fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
MertOzbudak authored and doganozturk committed Jun 13, 2024
1 parent 2e99646 commit 7fdd279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/spinner/bl-spinner.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ describe("bl-spinner", () => {
expect(style.position).to.equal("absolute");
expect(style.top).to.equal("0px");
expect(style.left).to.equal("0px");
expect(style.backgroundColor).to.equal("rgba(250, 250, 250, 0.5)");
expect(style.backgroundColor).to.equal("rgba(39, 49, 66, 0.7)");
expect(style.zIndex).to.equal("10");
});

Expand Down

0 comments on commit 7fdd279

Please sign in to comment.