Skip to content

Commit 29fc78a

Browse files
Polish
1 parent 1160935 commit 29fc78a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -85,5 +85,4 @@ dsw/docker-compose.yml
8585
cypress/fixtures/templates/*.zip
8686

8787
# Downloads
88-
8988
cypress/downloads

cypress/e2e/km-editor/editor/add.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ describe('KM Editor Add Entity', () => {
542542
cy.checkFields(itemQuestion)
543543
})
544544

545-
it('add Reference', () => {
545+
it('add URL Reference', () => {
546546
const reference = {
547547
s_type: 'URL',
548548
url: 'https://ds-wizard.org',

0 commit comments

Comments
 (0)