Skip to content

Commit 117e372

Browse files
Update TransactionItemRowRBRTest.tsx
1 parent a66408b commit 117e372

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/ui/TransactionItemRowRBRTest.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ describe('TransactionItemRowRBRWithOnyx', () => {
145145
await waitForBatchedUpdates();
146146

147147
// Then the RBR message should be displayed with both violations
148-
expect(screen.getByText('Missing category. Duplicate.')).toBeOnTheScreen();
148+
expect(screen.getByText('Missing category. Potential duplicate.')).toBeOnTheScreen();
149149
});
150150

151151
it('should display RBR message for transaction with report action errors', async () => {
@@ -320,7 +320,7 @@ describe('TransactionItemRowRBR', () => {
320320
await waitForBatchedUpdates();
321321

322322
// Then the RBR message should be displayed with both violations
323-
expect(screen.getByText('Missing category. Duplicate.')).toBeOnTheScreen();
323+
expect(screen.getByText('Missing category. Potential duplicate.')).toBeOnTheScreen();
324324
});
325325

326326
it('should display RBR message for transaction with violations, and missing merchant error', async () => {

0 commit comments

Comments
 (0)