Skip to content

Commit

Permalink
Remove obsolete custom htmlvalidate config file.
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahelsaig committed May 23, 2024
1 parent 32b6d2e commit 153a95c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,4 @@
<ProjectReference Include="..\OrchardCore.Commerce.Tests.UI.Shortcuts\OrchardCore.Commerce.Tests.UI.Shortcuts.csproj"/>
</ItemGroup>

<ItemGroup>
<Content Include="orchardcore.htmlvalidate.json">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<PackageCopyToOutput>true</PackageCopyToOutput>
</Content>
</ItemGroup>

</Project>
5 changes: 0 additions & 5 deletions test/OrchardCore.Commerce.Tests.UI/UITestBase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,6 @@ protected override Task ExecuteTestAsync(
OrchardCoreUITestExecutorConfiguration.AssertBrowserLogIsEmpty(messageWithoutJqueryError);
};
configuration.HtmlValidationConfiguration.HtmlValidationOptions =
configuration.HtmlValidationConfiguration.HtmlValidationOptions
.CloneWith(validationOptions => validationOptions.ConfigPath =
Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "orchardcore.htmlvalidate.json")); // #spell-check-ignore-line
if (changeConfigurationAsync != null) await changeConfigurationAsync(configuration);
});
}

This file was deleted.

0 comments on commit 153a95c

Please sign in to comment.