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.
1 parent 49f7026 commit 1950b7fCopy full SHA for 1950b7f
GherkinSyncTool.Synchronizers.TestRail/Utils/TestRailCaseFields.cs
@@ -36,7 +36,6 @@ public void CheckCustomFields()
36
$"\r\nOne of the required custom fields is missing: \"{expectedCustomField}\". Please check your TestRail case fields in customization menu\r\n");
37
}
38
39
- Console.WriteLine("OMG");
40
41
foreach (var field in CaseFields.Where(f => expectedCustomFields.Contains(f.SystemName)))
42
{
0 commit comments