Skip to content

Commit 5cf45eb

Browse files
committed
fix(cy): adjust wording to ui changes
Signed-off-by: Max <max@nextcloud.com>
1 parent 6c19a3c commit 5cf45eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cypress/e2e/conflict.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ variants.forEach(function({ fixture, mime }) {
5757
cy.openFile(fileName)
5858

5959
cy.get('.text-editor .document-status')
60-
.should('contain', 'Document has been changed outside of the editor.')
60+
.should('contain', 'The file was overwritten.')
6161
getWrapper()
6262
.find('#read-only-editor')
6363
.should('contain', 'Hello world')

0 commit comments

Comments
 (0)