Skip to content

Commit

Permalink
fix(NcAppSidebar): run cypress tests
Browse files Browse the repository at this point in the history
Signed-off-by: Raimund Schlüßler <[email protected]>
  • Loading branch information
raimund-schluessler committed Nov 17, 2023
1 parent 7530a7f commit cfcb113
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default defineConfig({

excludeSpecPattern: [
'cypress/component/richtext.cy.ts',
'cypress/visual/**/*.{j,t}s',
'cypress/visual/AppNavigationItem.cy.ts',
],


Expand Down
2 changes: 1 addition & 1 deletion cypress/visual/NcAppSidebar/NcAppSidebarMixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export default function(compact) {
`)

const defaultOptions = {
propsData: {
props: {
name,
subname,
starred: star,
Expand Down

0 comments on commit cfcb113

Please sign in to comment.