Skip to content

Commit

Permalink
Remove now invalid readonly board test
Browse files Browse the repository at this point in the history
  • Loading branch information
chenilim committed Jan 14, 2021
1 parent eecf134 commit 0288adc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,5 @@ linux/dist
linux/temp
win/temp
win/dist
webapp/cypress/screenshots
webapp/cypress/videos
9 changes: 0 additions & 9 deletions webapp/cypress/integration/createBoard.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,15 +93,6 @@ describe('Create and delete board / card', () => {
cy.get('.ViewHeader').contains('Sort').parent().contains('Name').click();
});

it('Can view the readonly board', () => {
cy.url().then((url) => {
const readonlyUrl = url + '&r=1';
cy.visit(readonlyUrl);
cy.get('.ViewTitle>.Editable.title').should('have.attr', 'readonly');
cy.visit(url);
});
});

it('Can delete the board', () => {
// Delete board
cy.get('.Sidebar .octo-sidebar-list').
Expand Down

0 comments on commit 0288adc

Please sign in to comment.