Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Giehl <stefan@matomo.org>2019-07-25 16:38:46 +0300
committerGitHub <noreply@github.com>2019-07-25 16:38:46 +0300
commit3e80d9458efcf7bcf15971d8d40e34fd9784f731 (patch)
treec0aea38755fcd719c49bb4b70d2e447ab3cf78a2 /plugins/Login
parente236d140a7b7f28995117ae10e2155735127f873 (diff)
Updates npm dependencies for screenshot testing (#14680)
* Updates npm dependencies for screenshot testing * updates expected screenshots * improve some randomly failing tests * avoid feedback popup in tests * fix integration test * updates screenshot
Diffstat (limited to 'plugins/Login')
-rw-r--r--plugins/Login/tests/Integration/PasswordResetterTest.php2
-rw-r--r--plugins/Login/tests/UI/expected-screenshots/Login_bruteforcelog_blockedlogin.png4
-rw-r--r--plugins/Login/tests/UI/expected-screenshots/Login_bruteforcelog_blockedlogme.png4
-rw-r--r--plugins/Login/tests/UI/expected-screenshots/Login_bruteforcelog_noentries.png4
-rw-r--r--plugins/Login/tests/UI/expected-screenshots/Login_bruteforcelog_withentries.png4
-rw-r--r--plugins/Login/tests/UI/expected-screenshots/Login_forgot_password.png4
-rw-r--r--plugins/Login/tests/UI/expected-screenshots/Login_ip_not_whitelisted.png4
-rw-r--r--plugins/Login/tests/UI/expected-screenshots/Login_login_fail.png4
-rw-r--r--plugins/Login/tests/UI/expected-screenshots/Login_login_form.png4
-rw-r--r--plugins/Login/tests/UI/expected-screenshots/Login_login_form_logout.png4
-rw-r--r--plugins/Login/tests/UI/expected-screenshots/Login_password_reset.png4
-rw-r--r--plugins/Login/tests/UI/expected-screenshots/Login_password_reset_complete.png4
-rw-r--r--plugins/Login/tests/UI/expected-screenshots/Login_password_reset_error.png4
13 files changed, 25 insertions, 25 deletions
diff --git a/plugins/Login/tests/Integration/PasswordResetterTest.php b/plugins/Login/tests/Integration/PasswordResetterTest.php
index 2b0af6ac70..3d870f64fe 100644
--- a/plugins/Login/tests/Integration/PasswordResetterTest.php
+++ b/plugins/Login/tests/Integration/PasswordResetterTest.php
@@ -85,7 +85,7 @@ class PasswordResetterTest extends IntegrationTestCase
/**
* @expectedException \Exception
- * @expectedExceptionMessage You have requested too many password resets shortly. A new request can be made in one hour. If you have problems resetting your password, please contact you administrator for help.
+ * @expectedExceptionMessage You have requested too many password resets recently. A new request can be made in one hour. If you have problems resetting your password, please contact your administrator for help.
*/
public function test_passwordReset_notAllowedMoreThanThreeTimesInAnHour()
{
diff --git a/plugins/Login/tests/UI/expected-screenshots/Login_bruteforcelog_blockedlogin.png b/plugins/Login/tests/UI/expected-screenshots/Login_bruteforcelog_blockedlogin.png
index d4aea14ed4..62a1abbe3d 100644
--- a/plugins/Login/tests/UI/expected-screenshots/Login_bruteforcelog_blockedlogin.png
+++ b/plugins/Login/tests/UI/expected-screenshots/Login_bruteforcelog_blockedlogin.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:8d3ca7cafa81a2bfa62f29e680b75baceb85229271a9360aa3bacd9609e719f4
-size 48989
+oid sha256:629697203f2ee122aa1ea675fc773a1c863ddd612d857a204f1613836b42321a
+size 48977
diff --git a/plugins/Login/tests/UI/expected-screenshots/Login_bruteforcelog_blockedlogme.png b/plugins/Login/tests/UI/expected-screenshots/Login_bruteforcelog_blockedlogme.png
index d4aea14ed4..62a1abbe3d 100644
--- a/plugins/Login/tests/UI/expected-screenshots/Login_bruteforcelog_blockedlogme.png
+++ b/plugins/Login/tests/UI/expected-screenshots/Login_bruteforcelog_blockedlogme.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:8d3ca7cafa81a2bfa62f29e680b75baceb85229271a9360aa3bacd9609e719f4
-size 48989
+oid sha256:629697203f2ee122aa1ea675fc773a1c863ddd612d857a204f1613836b42321a
+size 48977
diff --git a/plugins/Login/tests/UI/expected-screenshots/Login_bruteforcelog_noentries.png b/plugins/Login/tests/UI/expected-screenshots/Login_bruteforcelog_noentries.png
index 8cb22cd5c3..d73f30ae02 100644
--- a/plugins/Login/tests/UI/expected-screenshots/Login_bruteforcelog_noentries.png
+++ b/plugins/Login/tests/UI/expected-screenshots/Login_bruteforcelog_noentries.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:887fa42574f909fe2077428d67e6231cd636e8b2eb4350c642ee45973de64887
-size 87819
+oid sha256:ee5d2a8ded59ac8f74bd6044e8014c7365f15d55ce3b87358c7a56f6dc4ccc6d
+size 87892
diff --git a/plugins/Login/tests/UI/expected-screenshots/Login_bruteforcelog_withentries.png b/plugins/Login/tests/UI/expected-screenshots/Login_bruteforcelog_withentries.png
index c77fa662fd..68154035e3 100644
--- a/plugins/Login/tests/UI/expected-screenshots/Login_bruteforcelog_withentries.png
+++ b/plugins/Login/tests/UI/expected-screenshots/Login_bruteforcelog_withentries.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:3afeba7796bf73bd38219259140df8256559f54451e2f29edf792ee5e9506c77
-size 105541
+oid sha256:3c36ee0f354fcbfcbea3caab9c0d116f31f61dece082a31cad8ef84a7198da87
+size 105606
diff --git a/plugins/Login/tests/UI/expected-screenshots/Login_forgot_password.png b/plugins/Login/tests/UI/expected-screenshots/Login_forgot_password.png
index 3d24a7b522..994f02f2d5 100644
--- a/plugins/Login/tests/UI/expected-screenshots/Login_forgot_password.png
+++ b/plugins/Login/tests/UI/expected-screenshots/Login_forgot_password.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:29929740cf87fd450c6d56c72d6751f1e85d7e3e12b78894d3365b5abe642670
-size 30414
+oid sha256:440b5058a4cb9dd456b15b063da6df4a950bb4bd656630c209bbd269025dc28e
+size 30310
diff --git a/plugins/Login/tests/UI/expected-screenshots/Login_ip_not_whitelisted.png b/plugins/Login/tests/UI/expected-screenshots/Login_ip_not_whitelisted.png
index 5d228d1e95..46da834a11 100644
--- a/plugins/Login/tests/UI/expected-screenshots/Login_ip_not_whitelisted.png
+++ b/plugins/Login/tests/UI/expected-screenshots/Login_ip_not_whitelisted.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:db6db569606a2685d6ce0a3a70c3ee6348516e0efca5d765bfe55b136335dcee
-size 35222
+oid sha256:20966dd5baca60b7f21d25e3fd8e9db015aec8182542f761a2ccce59b698feab
+size 35212
diff --git a/plugins/Login/tests/UI/expected-screenshots/Login_login_fail.png b/plugins/Login/tests/UI/expected-screenshots/Login_login_fail.png
index 50dcebcf23..475a12ea14 100644
--- a/plugins/Login/tests/UI/expected-screenshots/Login_login_fail.png
+++ b/plugins/Login/tests/UI/expected-screenshots/Login_login_fail.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:2bf4825c1cc653b0aeca918670f56bbfe2c948dc2cb761a543ea2efaea49bb16
-size 32338
+oid sha256:2fe7491973715d9eafa5db798f31a7861fc55d27ff6544a1c3013453c2c57320
+size 32228
diff --git a/plugins/Login/tests/UI/expected-screenshots/Login_login_form.png b/plugins/Login/tests/UI/expected-screenshots/Login_login_form.png
index e69acbf95a..f16b77bb07 100644
--- a/plugins/Login/tests/UI/expected-screenshots/Login_login_form.png
+++ b/plugins/Login/tests/UI/expected-screenshots/Login_login_form.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:5cf56b7df49eb6ad15f32acbb44dd432d91bbce528698b97b632e1586af7d448
-size 24747
+oid sha256:46bbbf0e0319f53ab44ac25ae7236ed9f8c256971a3374723bc27902e469c6c0
+size 24627
diff --git a/plugins/Login/tests/UI/expected-screenshots/Login_login_form_logout.png b/plugins/Login/tests/UI/expected-screenshots/Login_login_form_logout.png
index e69acbf95a..f16b77bb07 100644
--- a/plugins/Login/tests/UI/expected-screenshots/Login_login_form_logout.png
+++ b/plugins/Login/tests/UI/expected-screenshots/Login_login_form_logout.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:5cf56b7df49eb6ad15f32acbb44dd432d91bbce528698b97b632e1586af7d448
-size 24747
+oid sha256:46bbbf0e0319f53ab44ac25ae7236ed9f8c256971a3374723bc27902e469c6c0
+size 24627
diff --git a/plugins/Login/tests/UI/expected-screenshots/Login_password_reset.png b/plugins/Login/tests/UI/expected-screenshots/Login_password_reset.png
index c0472d2130..ffa8c90aa2 100644
--- a/plugins/Login/tests/UI/expected-screenshots/Login_password_reset.png
+++ b/plugins/Login/tests/UI/expected-screenshots/Login_password_reset.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:bcc5cb39a136e37dc65647b8d521ff31ebd58c857a38ecbb3e11b0fc6657cef3
-size 34925
+oid sha256:47cf5ed6921d824e3b42ed4e41ea5d0b7d9b0c633a5cf218f539d74107829523
+size 34971
diff --git a/plugins/Login/tests/UI/expected-screenshots/Login_password_reset_complete.png b/plugins/Login/tests/UI/expected-screenshots/Login_password_reset_complete.png
index de9130663e..964987f038 100644
--- a/plugins/Login/tests/UI/expected-screenshots/Login_password_reset_complete.png
+++ b/plugins/Login/tests/UI/expected-screenshots/Login_password_reset_complete.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:e8bf83920ee47f8ac67d81a97840c286b4dd7456149d7b56457ee18659730519
-size 29453
+oid sha256:81918b4b3ff4ce1680f3d6bfdce848ccb6382790c9ec595ac09594be24e4118c
+size 29339
diff --git a/plugins/Login/tests/UI/expected-screenshots/Login_password_reset_error.png b/plugins/Login/tests/UI/expected-screenshots/Login_password_reset_error.png
index f177ae6bd4..308d18b3ec 100644
--- a/plugins/Login/tests/UI/expected-screenshots/Login_password_reset_error.png
+++ b/plugins/Login/tests/UI/expected-screenshots/Login_password_reset_error.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:ec39dc81e0218843cb4f6ca13fd181c5be7a17c474c13c4721dbd910175065f8
-size 39431
+oid sha256:e4ad9c030b590dd8479bc65de76ba94c2d4494a24d9a4442137f907416ce53e5
+size 39320