-
Notifications
You must be signed in to change notification settings - Fork 12
Feature/service now uib #83
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
Conversation
# Conflicts: # pom.xml
update getting-started\bellatrix.servicenow
…dule-initial-setup
update getting-started\bellatrix.servicenow
update getting-started\bellatrix.servicenow
update getting-started\bellatrix.servicenow
update getting-started\bellatrix.servicenow
update getting-started\bellatrix.servicenow
update getting-started\bellatrix.servicenow
# Conflicts: # bellatrix.servicenow/src/main/java/solutions/bellatrix/servicenow/pages/serviceNowPage/ServiceNowPage.java # getting-started/bellatrix.servicenow.getting.started/src/test/java/O5_LeftNavigation/LeftNavigationTests.java
with Dependency resolver in the data module
with Dependency resolver in the data module
| import solutions.bellatrix.web.components.shadowdom.ShadowRoot; | ||
|
|
||
| public class Map extends solutions.bellatrix.servicenow.pages.uib.pages.uibRecordViewPage.Map { | ||
| public Grid workkDataGrid() { |
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.
typo
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.
fixed
| assetsRequestsPage.openRecordByColumnValue("Number", "RITM0010004"); | ||
|
|
||
| var expectedFormData = RequestItemModel.builder() | ||
| .number("RITM0010004") |
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.
pls extract in a variable like expectedIncidentNumber
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.
fixed
No description provided.