Skip to content

Commit

Permalink
test: fix test text matcher.
Browse files Browse the repository at this point in the history
  • Loading branch information
asafkorem committed Dec 31, 2024
1 parent 459573e commit 40dde14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion detox/test/e2e/08.stress-root.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ describe('StressRoot', () => {

it('should switch root view controller from RN to native', async () => {
await element(by.text('Switch to a new native root')).tap();
await expect(element(by.text('this is a new native root'))).toBeVisible();
await expect(element(by.text('This is a new native root'))).toBeVisible();
});

it(':ios: should switch root view controller from RN to RN', async () => {
Expand Down

0 comments on commit 40dde14

Please sign in to comment.