Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using UITest.Appium;
using UITest.Core;

namespace Microsoft.Maui.TestCases.Tests.Issue
namespace Microsoft.Maui.TestCases.Tests.Issues
{
public class Issue22075 : _IssuesUITest
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using UITest.Appium;
using UITest.Core;

namespace Microsoft.Maui.TestCases.Tests.Tests.Issues;
namespace Microsoft.Maui.TestCases.Tests.Issues;

public class Issue28968 : _IssuesUITest
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using UITest.Appium;
using UITest.Core;

namespace Microsoft.Maui.TestCases.Tests.Tests.Issues;
namespace Microsoft.Maui.TestCases.Tests.Issues;

internal class Issue29588 : _IssuesUITest
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
using UITest.Appium;
using UITest.Core;

namespace Maui.Controls.TestCases.Tests.Issues;
namespace Microsoft.Maui.TestCases.Tests.Issues;

Copilot AI Apr 29, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR title/description mention fixing namespaces in the HostApp, but this change is in TestCases.Shared.Tests (Appium test project). Please update the PR title/description to reflect the actual scope (tests project), and consider fixing the spelling of “inconsistant” -> “inconsistent”.

Copilot uses AI. Check for mistakes.

public class Issue33227 : _IssuesUITest
{
Expand Down
Loading