Skip to content

Commit

Permalink
Merge pull request #268 from shopware/5.0.2
Browse files Browse the repository at this point in the history
5.0.2
  • Loading branch information
jleifeld authored Dec 22, 2022
2 parents 84cf021 + 2a1aa3e commit a991a0f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions cypress/support/commands/system-commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,6 @@ Cypress.Commands.add('openInitialPage', (url) => {

cy.log('All preparation done!');

// TODO: Remove with NEXT-24432
cy.visit(`${Cypress.env('admin')}#/sw/dashboard/index`);
cy.get('.sw-dashboard-index__welcome-title').should('be.visible');

cy.visit(url);
cy.wait('@meCall')
.its('response.statusCode').should('equal', 200);
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shopware-ag/e2e-testsuite-platform",
"version": "5.0.1",
"version": "5.0.2",
"description": "E2E Testsuite for Shopware 6 using Cypress.js",
"keywords": [
"e2e",
Expand Down

0 comments on commit a991a0f

Please sign in to comment.