-
Notifications
You must be signed in to change notification settings - Fork 19
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
STSMACOM-797 <ControlledVocab>
- last updated by column - show "System" when items are created by system user
#1429
Conversation
0dd51d6
to
49cf0db
Compare
|
||
it('should render the row with last updated by user-1 without user firstname or lastname', async () => { | ||
await mcl.find(MultiColumnListCell({ row: 4, columnIndex: 3, content: '4/18/2019 by ' })).exists(); | ||
}); | ||
|
||
it.only('should render the row with last updated by system with "System" text', async () => { |
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.
only
needs to be removed
49cf0db
to
cb3f863
Compare
Could you fix eslint errors? |
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.
Could you fix eslint errors?
…tem" when items are created by system user
91ba931
to
d2de249
Compare
|
Description
<ControlledVocab>
- last updated by column - show "System" when items are created by system userScreenshots
Issues
STSMACOM-797