We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fae0710 + fb8288e commit dc80f5dCopy full SHA for dc80f5d
TestStack.BDDfy/Reporters/Html/ClassicReportBuilder.cs
@@ -175,7 +175,7 @@ private void AddScenario(Scenario[] scenarioGroup)
175
{
176
using (OpenTag(string.Format("<div class='scenario'>"), HtmlTag.div))
177
178
- if (scenarioGroup.Count() == 1)
+ if (scenarioGroup.First().Example == null)
179
AddScenario(scenarioGroup.Single());
180
else
181
AddScenarioWithExamples(scenarioGroup);
0 commit comments