We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cf5d312 + d22d8c4 commit 5cf2749Copy full SHA for 5cf2749
cypress/e2e/edit.cy.js
@@ -215,7 +215,7 @@ describe('Edit Page', () => {
215
);
216
});
217
218
- it('should intialize the form correctly when cloning from edit', () => {
+ it('should initialize the form correctly when cloning from edit', () => {
219
EditPostPage.navigate();
220
cy.get(EditPostPage.elements.input('title')).should(el =>
221
expect(el).to.have.value('Sed quo et et fugiat modi')
0 commit comments