Skip to content

Commit

Permalink
STSMACOM-858: Update unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
OleksandrHladchenko1 committed Oct 4, 2024
1 parent b0f13bd commit 1a4b22e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/ControlledVocab/tests/ControlledVocab-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -275,11 +275,11 @@ describe('ControlledVocab', () => {
});

it('should render the row with last updated by system with "System" text', async () => {
await mcl.find(MultiColumnListCell({ row: 7, columnIndex: 3, content: '1/9/2024 by System' })).exists();
await mcl.find(MultiColumnListCell({ row: 6, columnIndex: 3, content: '1/9/2024 by System' })).exists();
});

it('should render the row with last updated by system without data about user', async () => {
await mcl.find(MultiColumnListCell({ row: 8, columnIndex: 3, content: '1/9/2024 by System' })).exists();
await mcl.find(MultiColumnListCell({ row: 7, columnIndex: 3, content: '1/9/2024 by System' })).exists();
});
});
});

0 comments on commit 1a4b22e

Please sign in to comment.