Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Justas Vaitkus authored and Justas Vaitkus committed Jul 12, 2024
1 parent eccd91e commit 30d04dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/01-moduleConfig.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ describe('PS1786 Module Configuration', {
cy.get('#configuration_form_submit_btn').click()
cy.get('[class="alert alert-success"]').should('be.visible')
})
it('04 Fields and Logs tabs are shown OK', () => {
it('04 Fields and Logs tabs are shown', () => {
cy.visit('/admin1/')
cy.OpeningModuleDashboardURL()
cy.get('#subtab-AdminSaferPayOfficialFields').click()
Expand Down

0 comments on commit 30d04dc

Please sign in to comment.