diff --git a/lib/ControlledVocab/tests/ControlledVocab-test.js b/lib/ControlledVocab/tests/ControlledVocab-test.js index a556d4bfa..19c4ea888 100644 --- a/lib/ControlledVocab/tests/ControlledVocab-test.js +++ b/lib/ControlledVocab/tests/ControlledVocab-test.js @@ -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(); }); }); });