Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
FTLam11 committed Feb 2, 2024
1 parent 4b90c37 commit d93e96c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/cypress/e2e/admin.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ describe('KOMOJU for WooCommerce: Admin', () => {
})

it('lets me change the KOMOJU endpoint', () => {
cy.visit('/wp-admin/admin.php?page=wc-settings&tab=komoju_settings&section=api_settings');

cy.get('.komoju-endpoint-komoju_woocommerce_api_endpoint').contains('Edit').click();
cy.get('#komoju_woocommerce_api_endpoint').type('{selectAll}https://requestbin.labs.degica.com');
cy.contains('Save changes').click();
Expand Down

0 comments on commit d93e96c

Please sign in to comment.