From 769c9342e6966b587f16fe9377995ca64ff63379 Mon Sep 17 00:00:00 2001 From: Krystof Date: Thu, 20 Jun 2024 13:31:00 +0200 Subject: [PATCH] Split presentation info vs current production info test categories --- tests/Editor/SampleChecks.cs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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