Skip to content

Commit

Permalink
organize usings
Browse files Browse the repository at this point in the history
  • Loading branch information
dhq-boiler committed Jan 4, 2023
1 parent 1211ea3 commit 15fee9e
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 26 deletions.
6 changes: 0 additions & 6 deletions boilersGraphics.Test/UITests/Extensions.cs
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
using OpenQA.Selenium;
using OpenQA.Selenium.Appium;
using OpenQA.Selenium.Appium.Windows;
using OpenQA.Selenium.Interactions;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace boilersGraphics.Test.UITests
{
Expand Down
5 changes: 0 additions & 5 deletions boilersGraphics.Test/UITests/PageObjects/ExportDialog.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
using OpenQA.Selenium.Appium.Windows;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace boilersGraphics.Test.UITests.PageObjects
{
Expand Down
5 changes: 0 additions & 5 deletions boilersGraphics.Test/UITests/PageObjects/MessageBox.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
using OpenQA.Selenium.Appium.Windows;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace boilersGraphics.Test.UITests.PageObjects
{
Expand Down
5 changes: 0 additions & 5 deletions boilersGraphics.Test/UITests/PageObjects/PreviewDialog.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
using OpenQA.Selenium;
using OpenQA.Selenium.Appium.Windows;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace boilersGraphics.Test.UITests.PageObjects
{
Expand Down
5 changes: 0 additions & 5 deletions boilersGraphics.Test/UITests/PageObjects/PrivacyPolicy.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
using OpenQA.Selenium.Appium.Windows;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace boilersGraphics.Test.UITests.PageObjects
{
Expand Down

0 comments on commit 15fee9e

Please sign in to comment.