Skip to content

Commit

Permalink
Skip additional integration tests (#808)
Browse files Browse the repository at this point in the history
  • Loading branch information
oo-bldrs committed Oct 12, 2023
1 parent b87d2b3 commit 678a644
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cypress/e2e/integration/bldrs-inside-iframe.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ describe('bldrs inside iframe', () => {
cy.get('#lastMessageReceivedAction').contains(/SelectionChanged/i)
})

it('should emit HiddenElments message when element is hidden', () => {
it.skip('should emit HiddenElments message when element is hidden', () => {
const hiddenElementsCount = 10
cy.get('@iframe').trigger('keydown', {keyCode: KEYCODE_ESC})
cy.get('#lastMessageReceivedAction').contains(/ModelLoaded/i)
Expand Down Expand Up @@ -274,7 +274,7 @@ describe('bldrs inside iframe', () => {
})
})

it('should set defaultColor to gray, and color one element blue by view settings', () => {
it.skip('should set defaultColor to gray, and color one element blue by view settings', () => {
cy.get('@iframe').trigger('keydown', {keyCode: KEYCODE_ESC})
cy.get('#lastMessageReceivedAction').contains(/ModelLoaded/i)
const defaultGrayColor = {
Expand Down

0 comments on commit 678a644

Please sign in to comment.