Skip to content

Commit

Permalink
feat: update test
Browse files Browse the repository at this point in the history
  • Loading branch information
conwnet committed Sep 4, 2021
1 parent 485054d commit 6514a6a
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion tests/__tests__/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 6514a6a

Please sign in to comment.