You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: ensure the run-cypress-test runs on vercel preview
* fix: remove complexity in meet the team test
* fix: fix cypress setup in github actions
* fix: set group id in paralellisation
* fix: separate out install job in cypress
* fix: remove spec fromcpress tests
Copy file name to clipboardExpand all lines: cypress/integration/tests/meet-the-team.cy.tsx
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -72,10 +72,6 @@ describe('Meet the team page should', () => {
72
72
);
73
73
cy.checkImage('leaves with fire','leaf_mix_fire');
74
74
cy.get('h3').should('contain','Our therapists');
75
-
cy.get('p').should(
76
-
'contain',
77
-
'We co-create our courses with a network of certified therapists who practice a trauma-informed and feminist approach. They are based all across the world, and speak many languages.',
0 commit comments