Skip to content

Commit 3bf628b

Browse files
blizzzbackportbot[bot]
authored andcommitted
test(cypress): update selector for tables description
Signed-off-by: Arthur Schiwon <[email protected]>
1 parent 09d1cc2 commit 3bf628b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cypress/e2e/tables-table.cy.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ describe('Manage a table', () => {
3232
cy.contains('button', 'Create row').should('be.visible')
3333
cy.contains('h1', 'to do list').should('be.visible')
3434
cy.contains('table th', 'Task').should('exist')
35-
cy.contains('.paragraph-content', 'to Do List description').should('be.visible')
35+
cy.contains('.text-editor__content p', 'to Do List description').should('be.visible')
3636
})
3737

3838
it('Create with import', () => {
@@ -71,7 +71,7 @@ describe('Manage a table', () => {
7171

7272
cy.wait(10).get('.toastify.toast-success').should('be.visible')
7373
cy.get('.app-navigation__list').contains('ToDo list').should('exist')
74-
cy.contains('.paragraph-content', 'Updated ToDo List description').should('be.visible')
74+
cy.contains('.text-editor__content p', 'Updated ToDo List description').should('be.visible')
7575
})
7676

7777
it('Delete', () => {

0 commit comments

Comments
 (0)