Skip to content

Commit

Permalink
Merge pull request rancher#10379 from izaac/cluster_manager_bulk_acti…
Browse files Browse the repository at this point in the history
…ons_fix

[Automation] - Add specific viewport size for Bulk Actions element to show
  • Loading branch information
izaac authored Feb 1, 2024
2 parents 4d6d45d + 9640923 commit a06b801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/tests/pages/manager/cluster-manager.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ describe('Cluster Manager', { testIsolation: 'off', tags: ['@manager', '@adminUs
editImportedClusterPage.waitForPage('mode=edit');
});

it('can delete cluster by bulk actions', () => {
it('can delete cluster by bulk actions', { viewportHeight: 1000, viewportWidth: 660 }, () => {
clusterList.goTo();
clusterList.sortableTable().rowElementWithName(importGenericName).should('exist', { timeout: 15000 });
clusterList.sortableTable().rowSelectCtlWithName(importGenericName).set();
Expand Down

0 comments on commit a06b801

Please sign in to comment.