mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
🔧 Fix typos in source code
Found via `codespell -q 3 -S *.po,./frontend/yarn.lock -L childs,clen,fpr,inflight,ody,ot,ro,te,trys,ue`
This commit is contained in:
@@ -17,7 +17,7 @@ describe("onboarding slides", () => {
|
||||
cy.demoLogin();
|
||||
});
|
||||
|
||||
it("go trough all the onboarding slides", () => {
|
||||
it("go through all the onboarding slides", () => {
|
||||
cy.getBySel("onboarding-welcome").should("exist");
|
||||
cy.getBySel("onboarding-next-btn").should("exist");
|
||||
cy.getBySel("onboarding-next-btn").click();
|
||||
|
||||
Reference in New Issue
Block a user