Merge remote-tracking branch 'origin/v11/dev' into v12/dev

# Conflicts:
#	tests/Umbraco.Tests.Integration/NewBackoffice/OpenAPIContractTest.cs
#	tests/Umbraco.Tests.Integration/Umbraco.Core/Services/ContentServiceTests.cs
This commit is contained in:
Bjarke Berg
2023-09-20 09:51:56 +02:00
56 changed files with 431 additions and 102 deletions

View File

@@ -4,6 +4,7 @@
using NUnit.Framework;
using Umbraco.Cms.Core;
using Umbraco.Cms.Core.Models.ContentEditing;
using Umbraco.Cms.Tests.Common.Attributes;
using Umbraco.Cms.Web.BackOffice.Controllers;
namespace Umbraco.Cms.Tests.Integration.TestServerTest.Controllers;
@@ -12,6 +13,7 @@ namespace Umbraco.Cms.Tests.Integration.TestServerTest.Controllers;
public class EnsureNotAmbiguousActionNameControllerTests : UmbracoTestServerTestBase
{
[Test]
[LongRunning]
public void EnsureNotAmbiguousActionName()
{
var intId = 0;