e2e/fix: enable skipped tests in playbooks (#23102)

Этот коммит содержится в:
Saturnino Abril
2023-04-27 14:25:16 +08:00
коммит произвёл GitHub
родитель fc50bd450e
Коммит 0147a1e781
10 изменённых файлов: 48 добавлений и 97 удалений

Просмотреть файл

@@ -153,7 +153,7 @@ describe('lhs', {testIsolation: true}, () => {
cy.findByTestId('dropdownmenu').should('be.visible');
});
it.skip('can copy link', () => {
it('can copy link', () => {
// # Visit the playbook run
cy.visit(`/playbooks/runs/${playbookRun.id}`);
stubClipboard().as('clipboard');
@@ -295,7 +295,7 @@ describe('lhs', {testIsolation: true}, () => {
});
});
it.skip('leave run, when on rdp of the same run', () => {
it('leave run, when on rdp of the same run', () => {
// # Click on leave menu item
getRunDropdownItemByText('Runs', playbookRun.name, 'Leave and unfollow run').click();