You've already forked focalboard
mirror of
https://github.com/mattermost/focalboard.git
synced 2025-11-26 22:50:57 +02:00
Boards as persisted category (#3877)
* WIP * WIP * Removed unused webapp util * Added server tests * Lint fix * Updating existing tests * Updating existing tests * Updating existing tests * Fixing existing tests * Fixing existing tests * Fixing existing tests * Added category type and tests * updated tests * Fixed integration test * type fix * removed seconds from boards name * wip * debugging cy test * Fixed a bug preventing users from collapsing boards category * Debugging cypress test * CI * debugging cy test * Testing a fix * reverting test fix * Handled personal server * Fixed a case for personal server * fixed a test
This commit is contained in:
@@ -133,6 +133,9 @@ describe('Create and delete board / card', () => {
|
||||
|
||||
// Delete board
|
||||
cy.log('**Delete board**')
|
||||
cy.get('.Sidebar .octo-sidebar-list').then((el) => {
|
||||
cy.log(el.text())
|
||||
})
|
||||
cy.get('.Sidebar .octo-sidebar-list').
|
||||
contains(boardTitle).
|
||||
parent().
|
||||
|
||||
Reference in New Issue
Block a user