Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
Merge pull request #682 from w3bdesign/develop
Browse files Browse the repository at this point in the history
Versjon 1.1.9
  • Loading branch information
w3bdesign authored Jun 13, 2022
2 parents 6268323 + 91f1387 commit d208983
Show file tree
Hide file tree
Showing 4 changed files with 846 additions and 834 deletions.
10 changes: 5 additions & 5 deletions cypress.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { defineConfig } from 'cypress'
import { defineConfig } from "cypress";

export default defineConfig({
viewportWidth: 1920,
Expand All @@ -7,8 +7,8 @@ export default defineConfig({
// We've imported your old cypress plugins here.
// You may want to clean this up later by importing these.
setupNodeEvents(on, config) {
return require('./cypress/plugins/index.js')(on, config)
return require("./cypress/plugins/index.js")(on, config);
},
baseUrl: 'http://localhost:3000',
},
})
baseUrl: "http://localhost:3000"
}
});
2 changes: 1 addition & 1 deletion cypress/e2e/cv.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
describe(`Test at CV vises og laster`, () => {
beforeEach(() => {
cy.visit("/cv");
});
});

it(`Se at CV vises`, () => {
cy.get('.-mt-12 > .react-pdf__Page__svg > [version="1.1"]').should("be.visible");
Expand Down
Loading

1 comment on commit d208983

@vercel
Copy link

@vercel vercel bot commented on d208983 Jun 13, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.