Skip to content

Commit

Permalink
Merge pull request #4685 from huyenthanh09/QA-21418
Browse files Browse the repository at this point in the history
BUGFIX: QA-21418 keep visualization name for invalid interaction warning

Reviewed-by: Minh Phong Nguyen
             https://github.com/minhphong
  • Loading branch information
gdgate authored Feb 19, 2024
2 parents b8cc5bf + e8f2341 commit 5ee7899
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ describe("Interaction", () => {
message
.hasWarningMessage(true)
.clickShowMore()
.hasInsightNameIsBolder(true, "Visualization has invalid interaction");
.hasInsightNameIsBolder(true, "Insight has invalid interaction");
widget1
.waitChartLoaded()
.scrollIntoView()
Expand Down

0 comments on commit 5ee7899

Please sign in to comment.