Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pof_pom
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Darrick Yong
pof_pom
Commits
e2b18555
Commit
e2b18555
authored
Apr 14, 2021
by
Darrick Yong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
clean up files and add driver quit
parent
d2acb5ae
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
AccountSettingsPage.java
src/main/java/AccountSettingsPage.java
+0
-1
TestSafeway.java
src/test/java/TestSafeway.java
+1
-0
No files found.
src/main/java/AccountSettingsPage.java
View file @
e2b18555
...
...
@@ -26,7 +26,6 @@ public class AccountSettingsPage {
@FindBy
(
how
=
How
.
ID
,
using
=
"phoneNumber"
)
WebElement
phoneInput
;
public
AccountSettingsPage
(
WebDriver
driver
)
{
this
.
driver
=
driver
;
// this.waiter = new WebDriverWait(this.driver, 5);
...
...
src/test/java/TestSafeway.java
View file @
e2b18555
...
...
@@ -47,6 +47,7 @@ public class TestSafeway {
AccountSettingsPage
accountSettingsPage
=
new
AccountSettingsPage
(
driver
);
accountSettingsPage
.
confirmLogin
(
firstName
,
lastName
,
email
,
phone
);
driver
.
quit
();
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment