Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Justas Vaitkus authored and Justas Vaitkus committed Aug 7, 2024
1 parent 79a4db4 commit 10b4a75
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ e2eh1786: test-e2e-headless-1786
test-e2e-headless-1786:
make e2e1786p

change-shop-url:
docker exec $(container) sh -c "php bin/console command:change-shop-url $(url) $(ssl)"
# sample: make change-shop-url container=brasa_apache url=localhost:8420 ssl=1
dump-db-local:
mysqldump -h 127.0.0.1 -P $(port) --protocol=tcp -u root -pprestashop prestashop > ${PWD}/.docker/dump.sql
# sample: make dump-db-local port=9420
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions cypress/support/commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ Cypress.Commands.add(
cy.session(SaferPayBOFOLoggingIn,() => {
cy.visit('/admin1/')
cy.url().should('contain', 'https').as('Check if HTTPS exists')
cy.get('#email').type('demo@demo.com',{delay: 0, log: false})
cy.get('#passwd').type('demodemo',{delay: 0, log: false})
cy.get('#email').type('demo@prestashop.com',{delay: 0, log: false})
cy.get('#passwd').type('prestashop_demo',{delay: 0, log: false})
cy.get('#submit_login').click().wait(1000).as('Connection successsful')
cy.visit('/en/my-account')
cy.get('#login-form [name="email"]').eq(0).type((Cypress.env('SAFERPAY_EMAIL')),{delay: 0, log: false})
Expand Down
Binary file removed cypress/videos/01-moduleConfig.cy.js.mp4
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 10b4a75

Please sign in to comment.