fix: Fix styling of navigation input fields
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
committed by
backportbot[bot]
parent
9227f9e9a1
commit
c0084a6b5b
@@ -35,7 +35,7 @@ describe('Board', function() {
|
||||
.type(board, { force: true })
|
||||
|
||||
// Submit
|
||||
cy.get('.board-create form input[type=submit]')
|
||||
cy.get('.board-create form button[type=submit]')
|
||||
.first().click({ force: true })
|
||||
|
||||
cy.wait('@createBoardRequest').its('response.statusCode').should('equal', 200)
|
||||
|
||||
Reference in New Issue
Block a user