Skip to content

Commit 163c7b3

Browse files
authored
Merge pull request ceph#56026 from rhcs-dashboard/disable-applitools-check
mgr/dashboard: disable applitools e2e Reviewed-by: Aashish Sharma <[email protected]>
2 parents 3fbacd9 + 09c5006 commit 163c7b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/pybind/mgr/dashboard/frontend/cypress/e2e/visualTests/dashboard.vrt-spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { LoginPageHelper } from '../ui/login.po';
22

3-
describe('Dashboard Landing Page', () => {
3+
describe.skip('Dashboard Landing Page', () => {
44
const login = new LoginPageHelper();
55

66
beforeEach(() => {

src/pybind/mgr/dashboard/frontend/cypress/e2e/visualTests/login.vrt-spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
describe('Login Page', () => {
1+
describe.skip('Login Page', () => {
22
beforeEach(() => {
33
cy.visit('#/login');
44
cy.eyesOpen({

0 commit comments

Comments
 (0)