diff --git a/.circleci/config.yml b/.circleci/config.yml new file mode 100644 index 000000000000..abb4715d21a7 --- /dev/null +++ b/.circleci/config.yml @@ -0,0 +1,12 @@ +version: 2.1 + +jobs: + no_op: + docker: + - image: cimg/base:stable + steps: + - run: echo "no op as GH pages does not need a circle job to deploy. Disregard this job and related workflows..." +workflows: + main: + jobs: + - no_op diff --git a/commands/actions.html b/commands/actions.html index 793858cb95d9..cc6ef6d3345e 100644 --- a/commands/actions.html +++ b/commands/actions.html @@ -82,9 +82,9 @@
To submit a form, use the cy.submit()
command.
cy.get('.action-form')
.find('[type="text"]').type('HALFOFF')
-
+
cy.get('.action-form').submit()
cy.get('.action-form').next().should('contain', 'Your form has been submitted!')
diff --git a/commands/misc.html b/commands/misc.html
index 2ecf772dce27..05348dd451c2 100644
--- a/commands/misc.html
+++ b/commands/misc.html
@@ -123,7 +123,8 @@ More information: +