Skip to content

Commit

Permalink
small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonasB88 committed Oct 9, 2023
1 parent 89e4d1f commit 924879f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cypress/e2e/ps1785/06_mollie.ps1785.Subscriptions.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ windowConsoleError = cy.spy(win.console, 'error');
afterEach(() => {
expect(windowConsoleError).to.not.be.called;
})
describe('PS1785 Subscriptions Test Suit', () => {
describe('PS1785 Subscriptions Test Suite', () => {
beforeEach(() => {
cy.viewport(1920,1080)
login('MollieBOFOLoggingIn')
Expand Down
2 changes: 1 addition & 1 deletion cypress/e2e/ps8/06_mollie.ps8.Subscriptions.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ windowConsoleError = cy.spy(win.console, 'error');
afterEach(() => {
expect(windowConsoleError).to.not.be.called;
})
describe('PS8 Subscriptions Test Suit', () => {
describe('PS8 Subscriptions Test Suite', () => {
beforeEach(() => {
cy.viewport(1920,1080)
login('MollieBOFOLoggingIn')
Expand Down

0 comments on commit 924879f

Please sign in to comment.