Skip to content

Commit

Permalink
fix: Audio recorder test
Browse files Browse the repository at this point in the history
  • Loading branch information
hetunandu committed Feb 16, 2025
1 parent c5226cd commit 54cd1a3
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,18 +135,18 @@ describe(
agHelper.Sleep(1000);
propPane.SelectColorFromColorPicker("iconcolor", -15);
agHelper.AssertCSS(
widgetLocators.recorderComplete,
widgetLocators.recorderPrompt,
"background-color",
"rgb(255, 193, 61)",
);
propPane.EnterJSContext("Box shadow", "Small");
agHelper
.GetElement(widgetLocators.recorderComplete)
.GetElement(widgetLocators.recorderPrompt)
.should("have.css", "box-shadow")
.and("not.eq", "none");
propPane.EnterJSContext("Border radius", "none");
agHelper.AssertCSS(
widgetLocators.recorderComplete,
widgetLocators.recorderPrompt,
"border-radius",
"3px",
0,
Expand Down

0 comments on commit 54cd1a3

Please sign in to comment.