Skip to content

Commit

Permalink
Merge pull request #294 from AlissonPereiraNeves/waffle-293
Browse files Browse the repository at this point in the history
Remover diretório e teste funcional com estrutura duplicada
  • Loading branch information
Nayara S Ribeiro authored Aug 23, 2018
2 parents 14b3999 + 2c97bd4 commit fb0034f
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 123 deletions.
1 change: 0 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
src/utils/registerServiceWorker.js
src/testeFuncional
src/setupTests.js
src/tests
2 changes: 1 addition & 1 deletion src/components/comum/campoTexto/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const renderCampoTexto = ({
const campoTexto = ({
divClasse, id, type, onChange,
inputClasse, maxLen, placeholder, label, state, validacoes, normalize
}) => {
} = this) => {
if (state) {
return (<Field
name={state}
Expand Down
28 changes: 0 additions & 28 deletions src/testeFuncional/pages/denuncia.js

This file was deleted.

28 changes: 0 additions & 28 deletions src/testeFuncional/pages/home.js

This file was deleted.

29 changes: 0 additions & 29 deletions src/testeFuncional/pages/login.js

This file was deleted.

5 changes: 0 additions & 5 deletions src/testeFuncional/steps/steps_file.js

This file was deleted.

11 changes: 0 additions & 11 deletions src/testeFuncional/testes/jornadaDeUsuario_test.js

This file was deleted.

27 changes: 7 additions & 20 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1303,10 +1303,6 @@ bser@^2.0.0:
dependencies:
node-int64 "^0.4.0"

buffer-from@^1.0.0:
version "1.1.1"
resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.1.tgz#32713bc028f75c02fdb710d7c7bcec1f2c6070ef"

buffer-indexof@^1.0.0:
version "1.1.1"
resolved "https://registry.yarnpkg.com/buffer-indexof/-/buffer-indexof-1.1.1.tgz#52fabcc6a606d1a00302802648ef68f639da268c"
Expand Down Expand Up @@ -1715,16 +1711,7 @@ concat-map@0.0.1:
version "0.0.1"
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"

concat-stream@^1.4.7:
version "1.6.2"
resolved "https://registry.yarnpkg.com/concat-stream/-/concat-stream-1.6.2.tgz#904bdf194cd3122fc675c77fc4ac3d4ff0fd1a34"
dependencies:
buffer-from "^1.0.0"
inherits "^2.0.3"
readable-stream "^2.2.2"
typedarray "^0.0.6"

concat-stream@^1.6.0:
concat-stream@^1.4.7, concat-stream@^1.6.0:
version "1.6.0"
resolved "https://registry.yarnpkg.com/concat-stream/-/concat-stream-1.6.0.tgz#0aac662fd52be78964d5532f694784e70110acf7"
dependencies:
Expand Down Expand Up @@ -7878,15 +7865,15 @@ which-module@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/which-module/-/which-module-2.0.0.tgz#d9ef07dce77b9902b8a3a8fa4b31c3e3f7e6e87a"

which@1, which@^1.2.12, which@^1.2.14, which@^1.2.9, which@^1.3.0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/which/-/which-1.3.0.tgz#ff04bdfc010ee547d780bec38e1ac1c2777d253a"
which@1, which@1.2.x, which@^1.2.12, which@^1.2.9:
version "1.2.14"
resolved "https://registry.yarnpkg.com/which/-/which-1.2.14.tgz#9a87c4378f03e827cecaf1acdf56c736c01c14e5"
dependencies:
isexe "^2.0.0"

which@1.2.x:
version "1.2.14"
resolved "https://registry.yarnpkg.com/which/-/which-1.2.14.tgz#9a87c4378f03e827cecaf1acdf56c736c01c14e5"
which@^1.2.14, which@^1.3.0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/which/-/which-1.3.0.tgz#ff04bdfc010ee547d780bec38e1ac1c2777d253a"
dependencies:
isexe "^2.0.0"

Expand Down

0 comments on commit fb0034f

Please sign in to comment.