Skip to content

Commit 7486dcf

Browse files
committed
Added fix to multiple enabled check
1 parent 5752a58 commit 7486dcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Behavioral.Automation/Bindings/DropdownBinding.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ private void CheckDropdownValueCollectionEnabled([NotNull] string behavior,
116116
{
117117
foreach (var row in table.Rows)
118118
{
119-
runnerAction($"the \"{row.Values.First()} \" value {behavior} {enabled} in {wrapper.Caption}:");
119+
runnerAction($"the \"{row.Values.First()}\" value {behavior} {enabled} in {wrapper.Caption}");
120120
}
121121
}
122122

0 commit comments

Comments
 (0)