Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rmanaem committed Feb 12, 2025
1 parent 95d3e97 commit c417958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/Simple.cy.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
describe('Simlpe e2e test', () => {
it('Steps through differnt app views', () => {
it('Steps through different app views', () => {
cy.visit('http://localhost:5173');
cy.contains('Welcome');
cy.contains('Start - Upload').click();
Expand Down

0 comments on commit c417958

Please sign in to comment.