We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c8447d commit 1f1ce18Copy full SHA for 1f1ce18
cypress/integration/free-gutenberg.js
@@ -26,7 +26,6 @@ describe('Test Free - gutenberg', function() {
26
}
27
charts.push(1);
28
29
-/*
30
cy.wrap(charts).each((value, i, array) => {
31
// insert a visualizer block
32
cy.get('div.edit-post-header-toolbar .block-editor-inserter button').click();
@@ -48,8 +47,11 @@ describe('Test Free - gutenberg', function() {
48
47
cy.wrap($block).find('.visualizer-settings .visualizer-settings__chart > div').should('have.length', 2);
49
cy.wrap($block).find('.visualizer-settings .components-button-group button').should('have.length', 2);
50
});
+ expect(true).to.equal(true);
51
52
-*/
+
53
54
55
56
57
it('Test', function() {
0 commit comments