[skip ci] Fix/demote testcases (#29497)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
e6c0ed4a1b
Коммит
a90f19dc0f
@@ -107,7 +107,7 @@ describe('Integrations page', () => {
|
||||
|
||||
cy.contains('.item-details__token', 'Client Secret').should('exist').within(() => {
|
||||
// * Client secret should not show
|
||||
cy.contains('*******************').should('exist');
|
||||
cy.contains('***************').should('exist');
|
||||
|
||||
// * Copy button should not exist
|
||||
cy.get('.fa-copy').should('not.exist');
|
||||
@@ -122,7 +122,7 @@ describe('Integrations page', () => {
|
||||
|
||||
cy.contains('.item-details__token', 'Client Secret').should('exist').within(() => {
|
||||
// * Token should not be obscured
|
||||
cy.contains('*******************').should('not.exist');
|
||||
cy.contains('***************').should('not.exist');
|
||||
|
||||
// * Copy button should exist
|
||||
cy.get('.fa-copy').should('exist');
|
||||
@@ -246,7 +246,11 @@ describe('Integrations page', () => {
|
||||
});
|
||||
|
||||
// # Update description
|
||||
cy.get('#description').type('Edited');
|
||||
cy.get('#description').invoke('val').then(($text) => {
|
||||
if (!$text.match('Edited$')) {
|
||||
cy.get('#description').type('Edited');
|
||||
}
|
||||
});
|
||||
|
||||
// # Save
|
||||
cy.get('#saveOauthApp').click({force: true});
|
||||
@@ -437,7 +441,7 @@ describe('Integrations page', () => {
|
||||
});
|
||||
|
||||
// # Confirm Delete
|
||||
cy.contains('#confirmModalButton', 'Delete').click();
|
||||
cy.contains('#confirmModalButton', 'Yes, delete it').click();
|
||||
|
||||
// # Go back to channels
|
||||
cy.visit(testChannelUrl1);
|
||||
|
||||
Ссылка в новой задаче
Block a user