Skip to content

Commit

Permalink
refactor(core): rebuilt slick vanilla bundle zip file
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghislain Beaulac authored and Ghislain Beaulac committed Oct 2, 2020
1 parent 3237133 commit 3dfcd23
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file not shown.
2 changes: 1 addition & 1 deletion test/cypress/integration/example01.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ describe('Example 01 - Basic Grids', () => {
const fullTitles = ['Title', 'Duration (days)', '% Complete', 'Start', 'Finish', 'Effort Driven'];

it('should display Example title', () => {
cy.visit(Cypress.config('baseExampleUrl'));
cy.visit(Cypress.config('baseExampleUrl'), { timeout: 90000 });
cy.get('h3').should('contain', 'Example 01 - Basic Grids');
cy.get('h3 span.subtitle').should('contain', '(with Salesforce Theme)');
});
Expand Down

0 comments on commit 3dfcd23

Please sign in to comment.