[MM-58518] Migrate tooltips of "components/copy_text.tsx" to WithTooltip (#27413)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
705679e875
Коммит
6ddf796384
@@ -248,8 +248,7 @@ describe('Integrations page', () => {
|
||||
cy.findByText('Token').should('exist').and('be.visible');
|
||||
|
||||
// * Verify copy icon is shown
|
||||
cy.get('.fa.fa-copy').should('exist').and('be.visible').
|
||||
trigger('mouseover').and('have.attr', 'aria-describedby', 'copy');
|
||||
cy.findByTestId('copyText').should('be.visible');
|
||||
|
||||
// # Hit done to move from confirm screen
|
||||
cy.findByText('Done').should('exist').and('be.visible').click();
|
||||
@@ -265,8 +264,7 @@ describe('Integrations page', () => {
|
||||
// # For each custom slash command was created
|
||||
cy.wrap(el).within(() => {
|
||||
// Verify copy icon for token is present
|
||||
cy.get('.fa.fa-copy').should('exist').and('be.visible').
|
||||
trigger('mouseover').and('have.attr', 'aria-describedby', 'copy');
|
||||
cy.findByTestId('copyText').should('be.visible');
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Ссылка в новой задаче
Block a user