mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-03 22:29:01 +02:00
Merge pull request #12906 from overleaf/td-history-fix-labels-test
Expect correct number of labels in history version list test GitOrigin-RevId: 2a56b21c7359aad5111a2a7879f31fb5e7c6b73d
This commit is contained in:
@@ -398,7 +398,9 @@ describe('change list', function () {
|
||||
waitForData()
|
||||
|
||||
cy.findByLabelText(/labels/i).click({ force: true })
|
||||
cy.get('.history-version-label').should('have.length', 1)
|
||||
|
||||
// One pseudo-label for the current state, one for our label
|
||||
cy.get('.history-version-label').should('have.length', 2)
|
||||
})
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user