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
path: root/tests
diff options
context:
space:
mode:
authorPeter Zhang <peter@innocraft.com>2022-09-30 21:15:51 +0300
committerGitHub <noreply@github.com>2022-09-30 21:15:51 +0300
commit2f7c352b65624ea5d84e9cd8c06d9de90ef1d74c (patch)
tree5b544d3a467b2d54b0ecd35dd21073770320a8e0 /tests
parent378c193273adf635f33006e68278dda8190c9f5d (diff)
Add copy link after token been sent for the user doesnt have email set up from design (#19707)
* add copy link button and style * add design copy link add design copy link * Revert "add design copy link" This reverts commit bb081bddb82691fb40c2a2d043e5058e7f9ca123. * add link token add link token * update tests update tests * built vue files * update xml tests update xml tests * update UI update UI * built vue files * update ui update ui * Update UsersManagerTest.php update tests * update tests update tests * update tests update tests * Update UsersManager_spec.js update screenshots * update ui update ui * update css update css * built vue files * remove password confirm for invite remove password confirm for invite * built vue files * update css update css * convert vue scoped to less convert vue scoped to less * Update UsersManager.vue fix vue error * update vue tests update vue tests * built vue files * update tests update tests * update ui update ui * update UserSetting token UI update UserSetting token UI * add new screen short copied success add new screen short copied success * revert failed UI revert failed UI * Update plugins/UsersManager/lang/en.json Co-authored-by: Stefan Giehl <stefan@matomo.org> * Update plugins/UsersManager/lang/en.json Co-authored-by: Stefan Giehl <stefan@matomo.org> * Update plugins/UsersManager/lang/en.json Co-authored-by: Stefan Giehl <stefan@matomo.org> * Update plugins/UsersManager/lang/en.json Co-authored-by: Stefan Giehl <stefan@matomo.org> * remove DB field and convert the copy link remove DB field and convert the copy link * update error update error * update notification update notification * built vue files * revert database changes revert database changes * update api and tests update api and tests * built vue files * update padding css update padding css * move global button css to modal move global button css to modal * update modal to global update modal to global * remove invite token remove invite token * Update plugins/CoreHome/vue/src/Notification/Notification.ts * update fonts and screenshots update fonts and screenshots * update fonts update fonts * exclude woff2 file on release check exclude woff2 file on release check * Update plugins/UsersManager/API.php * update tests update tests * remove duplicated remove duplicated * update confirm box update confirm box * built vue files * tidy up some file tidy up some file * update icon and update version number update icon and update version number * update change log and translation update change log and translation * update button trigger generate link twice update button trigger generate link twice * add updates add updates * add missing param add missing param * update missing comma update missing comma * remove un use variable remove un use variable * update tests update tests * built vue files * add password confirm for the invite action and add popup notes add password confirm for the invite action and add popup notes * update vue error update vue error * revert 4.120-b2 update to b4 revert 4.120-b2 update to b4 * update vue error update vue * built vue files * update typescript error update typescript error * update type script update type script * update vue error update vue error * built vue files * update tests update tests * update screenshots update screenshots * update tests update tests * update tests and wording on the popup update tests and wording on the popup * built vue files * adding clipboard copy error in safari etc adding clipboard copy error in safari etc * built vue files * update double error message update double error message * update wording update wording * built vue files * hot fix give default period (#19724) * hot fix give default period hot fix give default period * update to user default period update to user default period * add default date param in templates add default date param in templates * update tests prevent random fail update tests prevent random fail * built vue files * update ui update ui * Improve no data check in html visualization (#19740) * add command copy over http add command copy over http * built vue files * Adding the abililty to exclude specific sites from the site selector (#19738) * Adding the abililty to exclude specific sites from the Vue site selector component. * Adding more time to make sure that the select is loaded before trying to search. * Changed things to filter the site on the server side. * Added a few new test cases. * Increasing amount of time for test. * Updated the omnifixture. * Fixing logic error in view. * Removed collation from omnifixture since it was causing issues. * Switching omnifixture back to 4.x-dev version. * Making just the bare essential changes to make local test fixtures build correctly. * Updating screenshot of API list. * revert OmniFixture-dump to 4.x-dev revert OmniFixture-dump to 4.x-dev Co-authored-by: Peter <peter@innocraft.com> * merge 4.x and update copied success ui tests merge 4.x and update copied success ui tests * rebase to next release rebase to next release * rebase to next release rebase to next release * update safrai and enable copy success and copy again update safrai and enable copy success and copy again * fix Safrai showing random token fix Safrai showing random token * built vue files * Revert "Adding the abililty to exclude specific sites from the site selector (#19738)" This reverts commit a53a62892f540ea683eb56949bb7d2172731c2cc. * update fonts and text update fonts and text * built vue files * update wording update wording * built vue files * Updated UI test screenshots Co-authored-by: peterhashair <peterhashair@users.noreply.github.com> Co-authored-by: Stefan Giehl <stefan@matomo.org> Co-authored-by: snake14 <snake14@users.noreply.github.com> Co-authored-by: Ben <ben.burgess@innocraft.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/PHPUnit/Integration/ReleaseCheckListTest.php2
-rw-r--r--tests/UI/expected-screenshots/Theme_demo.png4
-rw-r--r--tests/UI/expected-screenshots/UIIntegrationTest_api_listing.png4
3 files changed, 5 insertions, 5 deletions
diff --git a/tests/PHPUnit/Integration/ReleaseCheckListTest.php b/tests/PHPUnit/Integration/ReleaseCheckListTest.php
index ed53ffc5c0..da6ff16de7 100644
--- a/tests/PHPUnit/Integration/ReleaseCheckListTest.php
+++ b/tests/PHPUnit/Integration/ReleaseCheckListTest.php
@@ -472,7 +472,7 @@ class ReleaseCheckListTest extends \PHPUnit\Framework\TestCase
}
// skip files with these file extensions
- if (preg_match('/\.(bmp|fdf|gif|deb|deflate|exe|gz|ico|jar|jpg|p12|pdf|png|rar|swf|vsd|z|zip|ttf|so|dat|eps|phar|pyc|gzip|eot|woff|svg)$/', $file)) {
+ if (preg_match('/\.(mmdb|bmp|fdf|gif|deb|deflate|exe|gz|ico|jar|jpg|p12|pdf|png|rar|swf|vsd|z|zip|ttf|so|dat|eps|phar|pyc|gzip|eot|woff|svg|woff2)$/', $file)) {
continue;
}
diff --git a/tests/UI/expected-screenshots/Theme_demo.png b/tests/UI/expected-screenshots/Theme_demo.png
index a3ff31b3d6..e916caca60 100644
--- a/tests/UI/expected-screenshots/Theme_demo.png
+++ b/tests/UI/expected-screenshots/Theme_demo.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:513487951f29e8e317fc1a525d2e0bfbd6ac19f3bb5839c13c937f472f8fed61
-size 1714631
+oid sha256:d3a5f77bc20f4b05a6de367654002d3b61242620d80acb1c6cbb898d0bb68437
+size 1718366
diff --git a/tests/UI/expected-screenshots/UIIntegrationTest_api_listing.png b/tests/UI/expected-screenshots/UIIntegrationTest_api_listing.png
index db663d8420..32c006ea42 100644
--- a/tests/UI/expected-screenshots/UIIntegrationTest_api_listing.png
+++ b/tests/UI/expected-screenshots/UIIntegrationTest_api_listing.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:4257236b040ab7b81ab1b89f696e62281c825c3910fe9a67d1e4020b9c1b4310
-size 5083339
+oid sha256:18b0eac0b274b20b4cfeb11e1ab77680778f57d4326840eb5b2c874a34c05cff
+size 5096167