This commit is contained in:
@ -1,4 +1,4 @@
|
||||
using OpenQA.Selenium.Appium.Windows;
|
||||
using OpenQA.Selenium.Appium.Windows;
|
||||
using OpenQA.Selenium.Appium;
|
||||
|
||||
namespace Tests.E2ETests {
|
||||
|
@ -1,4 +1,4 @@
|
||||
using OpenQA.Selenium;
|
||||
using OpenQA.Selenium;
|
||||
using OpenQA.Selenium.Appium.Windows;
|
||||
using Tests.WeighingTests;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
namespace Tests.E2ETests {
|
||||
namespace Tests.E2ETests {
|
||||
[TestFixture, Order(1)]
|
||||
public class MainWindowTest {
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
using OpenQA.Selenium.Appium.Windows;
|
||||
using OpenQA.Selenium.Appium.Windows;
|
||||
|
||||
namespace Tests.E2ETests {
|
||||
[TestFixture, Order(3)]
|
||||
|
@ -1,4 +1,4 @@
|
||||
using Elwig.Helpers;
|
||||
using Elwig.Helpers;
|
||||
using System.Reflection;
|
||||
|
||||
namespace Tests.E2ETests {
|
||||
|
@ -1,4 +1,4 @@
|
||||
using OpenQA.Selenium;
|
||||
using OpenQA.Selenium;
|
||||
using OpenQA.Selenium.Appium;
|
||||
|
||||
namespace Tests.E2ETests {
|
||||
|
@ -1,4 +1,4 @@
|
||||
using System.Diagnostics;
|
||||
using System.Diagnostics;
|
||||
|
||||
namespace Tests.E2ETests {
|
||||
public class WinAppDriver : IDisposable {
|
||||
|
Reference in New Issue
Block a user