Skip to content

Commit fb08443

Browse files
committed
enh(Cypress): rename tables share test description
Signed-off-by: Cleopatra Enjeck M. <patrathewhiz@gmail.com>
1 parent b1e3888 commit fb08443

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cypress/e2e/tables-share.cy.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ let localUser
66
let localUser2
77
let tableTitle = 'Shared todo'
88

9-
describe('Manage a table', () => {
9+
describe('Share a table', () => {
1010

1111
before(function() {
1212
cy.createRandomUser().then(user => {
@@ -30,6 +30,7 @@ describe('Manage a table', () => {
3030
cy.get('[data-cy="customTableAction"] button').click()
3131
cy.get('[data-cy="dataTableShareBtn"]').click()
3232
cy.get('[data-cy="shareFormSelect"] input').type(localUser2.userId)
33+
cy.wait(1000)
3334
cy.get(`.vs__dropdown-menu [user="${localUser2.userId}"]`).click()
3435
cy.wait(1000)
3536
cy.get('[data-cy="sharedWithList"]').contains(localUser2.userId).should('exist')

0 commit comments

Comments
 (0)