Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit c5dd983

Browse files
committed
Merge pull request appium-boneyard#70 from RobertoPegoraro/patch-1
Update and rename DesctopBrowserCompatibilityTest.cs to DesktopBrowse…
2 parents 822e298 + d6f8286 commit c5dd983

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sample-code/examples/dotnet/AppiumDotNetSample/PageObjectTests/DesktopBrowserCompatibility/DesctopBrowserCompatibilityTest.cs renamed to sample-code/examples/dotnet/AppiumDotNetSample/PageObjectTests/DesktopBrowserCompatibility/DesktopBrowserCompatibilityTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
namespace Appium.Samples.PageObjectTests.DesktopBrowserCompatibility
1313
{
1414
[TestFixture()]
15-
public class DesctopBrowserCompatibilityTest
15+
public class DesktopBrowserCompatibilityTest
1616
{
1717
private IWebDriver driver;
1818
private bool allPassed = true;

0 commit comments

Comments
 (0)