Skip to content

Commit

Permalink
Merge pull request #561 from appuio/upgrade-deps
Browse files Browse the repository at this point in the history
Upgrade npm dependencies
  • Loading branch information
steffinchen authored Sep 7, 2023
2 parents dce4880 + 0f09a40 commit 6858337
Show file tree
Hide file tree
Showing 4 changed files with 785 additions and 699 deletions.
2 changes: 2 additions & 0 deletions cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ import { defineConfig } from 'cypress';
import * as installLogsPrinter from 'cypress-terminal-report/src/installLogsPrinter';

export default defineConfig({
video: true,
videoCompression: true,
videosFolder: 'cypress/videos',
screenshotsFolder: 'cypress/screenshots',
fixturesFolder: 'cypress/fixtures',
Expand Down
2 changes: 0 additions & 2 deletions cypress/e2e/user.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,6 @@ describe('Test user', () => {
cy.intercept('GET', 'appuio-api/apis/appuio.io/v1/users/mig', {
body: userMigWithoutPreferences,
});

cy.get('.p-dropdown').click();
cy.get('button[type=submit]').click();
cy.wait('@putUser');
cy.get('.p-dropdown-label').should('contain.text', 'None');
Expand Down
Loading

0 comments on commit 6858337

Please sign in to comment.