Skip to content

Commit

Permalink
Fix missing end of files line break.
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-wu committed May 21, 2023
1 parent 1ec3023 commit c0db1ab
Show file tree
Hide file tree
Showing 4 changed files with 227 additions and 230 deletions.
2 changes: 1 addition & 1 deletion cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = defineConfig({
numTestsKeptInMemory: 0,
reporter: "cypress-multi-reporters",
reporterOptions: {
"configFile": "reporter-config.json"
configFile: "reporter-config.json"
},
e2e: {
// We've imported your old cypress plugins here.
Expand Down
1 change: 0 additions & 1 deletion cypress/component/MapContent.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,5 @@ describe('MapContent', () => {
cy.get('.icon-group.el-row .el-popover:visible .el-row').should('have.length', 5);
cy.get('.icon-group.el-row .el-popover:visible .el-row').contains('Four panes').should('exist').click();
cy.get('.content-container:visible').should('have.length', 4);

})
})

0 comments on commit c0db1ab

Please sign in to comment.