diff --git a/tests/__tests__/__image_snapshots__/index-test-ts-should-load-successfully-1-snap.png b/tests/__tests__/__image_snapshots__/index-test-ts-should-load-successfully-1-snap.png index 502a07ed3..f95bbb598 100644 Binary files a/tests/__tests__/__image_snapshots__/index-test-ts-should-load-successfully-1-snap.png and b/tests/__tests__/__image_snapshots__/index-test-ts-should-load-successfully-1-snap.png differ diff --git a/tests/__tests__/__image_snapshots__/index-test-ts-should-open-file-correctly-1-snap.png b/tests/__tests__/__image_snapshots__/index-test-ts-should-open-file-correctly-1-snap.png index 31f801552..4180dc804 100644 Binary files a/tests/__tests__/__image_snapshots__/index-test-ts-should-open-file-correctly-1-snap.png and b/tests/__tests__/__image_snapshots__/index-test-ts-should-open-file-correctly-1-snap.png differ diff --git a/tests/__tests__/__image_snapshots__/index-test-ts-should-show-pr-list-1-snap.png b/tests/__tests__/__image_snapshots__/index-test-ts-should-show-pr-list-1-snap.png index 93b288274..935ee7a2e 100644 Binary files a/tests/__tests__/__image_snapshots__/index-test-ts-should-show-pr-list-1-snap.png and b/tests/__tests__/__image_snapshots__/index-test-ts-should-show-pr-list-1-snap.png differ diff --git a/tests/__tests__/__image_snapshots__/index-test-ts-should-show-pr-list-2-snap.png b/tests/__tests__/__image_snapshots__/index-test-ts-should-show-pr-list-2-snap.png index ae850c471..193031541 100644 Binary files a/tests/__tests__/__image_snapshots__/index-test-ts-should-show-pr-list-2-snap.png and b/tests/__tests__/__image_snapshots__/index-test-ts-should-show-pr-list-2-snap.png differ diff --git a/tests/__tests__/index.test.ts b/tests/__tests__/index.test.ts index 373dbb0ac..6a663805c 100644 --- a/tests/__tests__/index.test.ts +++ b/tests/__tests__/index.test.ts @@ -50,7 +50,7 @@ it('should load successfully', async () => { (el) => el.innerHTML ); const tab = await page.$eval( - 'div[role="tab"]', + 'div[role="tab"] .label-name', (el: HTMLElement) => el.innerText ); expect(tab).toBe('[Preview] README.md');