Skip to content

Commit

Permalink
Merge pull request #230 from Sitecore/feature/http-render-engine
Browse files Browse the repository at this point in the history
Feature/http render engine
  • Loading branch information
sc-dawidrutkowski authored Aug 7, 2019
2 parents 35588ce + 0767c3e commit a95d9e1
Show file tree
Hide file tree
Showing 52 changed files with 39,310 additions and 29,099 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ lerna-debug.log
.nyc_output
coverage/
/badges
packages/*/*.tgz
packages/*/*.tgz
/samples/react/profiling
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"editor.fontSize": 13
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if(Cypress.env("SSR")) {
it('Performs SSR on home page', () => {
cy.request({ url: '/' })
.then(response => {
expect(response.body).to.contain('<h2 class="display-4">Welcome to Sitecore JSS</h2>');
expect(response.body).to.contain('Welcome to Sitecore JSS</title>');
});
});

Expand Down
Loading

0 comments on commit a95d9e1

Please sign in to comment.