Skip to content

Commit

Permalink
chore: latest test
Browse files Browse the repository at this point in the history
  • Loading branch information
Wxh16144 committed Jan 23, 2025
1 parent 01e31e3 commit 82ed0f5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions 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.
2 changes: 1 addition & 1 deletion cypress/e2e/image-diff.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ describe('website', () => {
it('example', () => {
cy.visit('/example/source');

cy.get('.markdown').invoke('css', 'font-family', 'unset');
// cy.get('.markdown').invoke('css', 'font-family', 'unset');

// 隐藏头部,规避头部遮盖内容
cy.get('.dumi-default-header').hideElement();
Expand Down
3 changes: 3 additions & 0 deletions playground/.dumi/global.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* {
font-family: sans-serif !important;
}

0 comments on commit 82ed0f5

Please sign in to comment.