-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
updated Award Nomination scenarios. OA Intake scenario #352
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please review the commented line in your feature file!
Scenario: Validate ITO approve test case from Native View | ||
|
||
@ITAONativeApprove | ||
Scenario: Validate ITO approve test case from Native View | ||
Given User opens IT Procurement Governance Application in browser | ||
When User Logins to the application | ||
Then Go to Native view | ||
# Then Click on Elevate Permision |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this line not needed anymore?
@@ -179,8 +178,8 @@ public void verifyWatcherAdded(String watcher) { | |||
* upload a file | |||
*/ | |||
public void uploadFile(){ | |||
awardNominationPage.addAttachmentButton.sendKeys("C:\\Users\\nekrashevicha2\\Desktop\\projectIDEA\\src\\test\\java\\ServiceNow\\AwardNomination\\Attachments\\AWARD_NOMINATION.docx"); | |||
CommonUtils.clickOnElement(awardNominationPage.addAttachmentButton); | |||
awardNominationPage.chooseFileButton.sendKeys("C:\\Users\\nekrashevicha2\\Desktop\\projectIDEA\\src\\test\\java\\ServiceNow\\AwardNomination\\Attachments\\AWARD_NOMINATION.docx"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This won't work during our regression tests because this path only exists on your system. You need to make this path relative to wherever the project folder is located
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved!
@@ -9,6 +9,8 @@ | |||
import org.testng.Assert; | |||
import java.util.ArrayList; | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
empty line on line 11
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
approved
No description provided.