fix: resolve merge conflicts
Signed-off-by: Luka Trovic <luka@nextcloud.com>
This commit is contained in:
12
cypress/integration/boardTitle.js
Normal file
12
cypress/integration/boardTitle.js
Normal file
@@ -0,0 +1,12 @@
|
||||
describe('Files default view', function() {
|
||||
beforeEach(function() {
|
||||
cy.login('admin', 'admin')
|
||||
})
|
||||
|
||||
it('See the board title', function() {
|
||||
cy.get('.board-title h2')
|
||||
.should('have.length', 1)
|
||||
.first()
|
||||
.should('have.text', 'Upcoming cards')
|
||||
})
|
||||
})
|
||||
Reference in New Issue
Block a user