Skip to content

Commit

Permalink
test: skip flaky tests - created jira issues
Browse files Browse the repository at this point in the history
  • Loading branch information
rezaelahidev committed Sep 7, 2024
1 parent e4869d5 commit a5a6d55
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ describe(
cy.viewport(1280, 720);
});

context('Functional', () => {
// TODO: temporary skip!
// We should double check this test suite because this is flaky test!
// After fix this, we need to update Jira ISSUE status: https://blockera.atlassian.net/browse/BPB-139
context.skip('Functional', () => {
context('image type', () => {
context('size', () => {
it('should change image-size in data by toggling between size options', () => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@ describe('Canvas editor testing', () => {
cy.getByDataTest('blockera-canvas-editor').should('exist');
});

it('should rendered blockera canvas editor at the header top bar of Site Editor while switch between edit and init components', () => {
// TODO: temporary skip!
// We should double check this test suite because this is flaky test!
// After fix this, we need to update Jira ISSUE status: https://blockera.atlassian.net/browse/BPB-138
it.skip('should rendered blockera canvas editor at the header top bar of Site Editor while switch between edit and init components', () => {
goTo('/wp-admin/site-editor.php').then(() => {
// eslint-disable-next-line
cy.wait(2000);
Expand Down

0 comments on commit a5a6d55

Please sign in to comment.