diff --git a/tests/Editor/SampleChecks.cs b/tests/Editor/SampleChecks.cs index 46e133317..c692d3ec4 100644 --- a/tests/Editor/SampleChecks.cs +++ b/tests/Editor/SampleChecks.cs @@ -27,7 +27,8 @@ namespace SampleChecks { internal class SampleChecks { - internal const string PublicInfoCategoryName = "Docs and Deployments"; + internal const string ProductionStateCategoryName = "Deployments"; + internal const string PublicInfoCategoryName = "Docs"; internal const string CodeCategoryName = "Code"; internal static List GetSamples() @@ -97,7 +98,7 @@ public void TearDown() } [Test] - [Category(SampleChecks.PublicInfoCategoryName)] + [Category(SampleChecks.ProductionStateCategoryName)] public async Task IsLive() { var sampleLiveUrl = sample.LiveUrl; @@ -148,7 +149,7 @@ async Task GetEngineVersionsIfNeeded() [Test] - [Category(SampleChecks.PublicInfoCategoryName)] + [Category(SampleChecks.ProductionStateCategoryName)] public async Task VersionIsNotTooOld() { // fetch the HTML page