Commit Graph

725 Commits

Author SHA1 Message Date
dependabot[bot]
25331404e6
build(deps): bump cypress-wait-until in /main/tests/cypress (#4259)
Bumps [cypress-wait-until](https://github.com/NoriSte/cypress-wait-until) from 1.7.1 to 1.7.2.
- [Release notes](https://github.com/NoriSte/cypress-wait-until/releases)
- [Changelog](https://github.com/NoriSte/cypress-wait-until/blob/master/release.config.js)
- [Commits](https://github.com/NoriSte/cypress-wait-until/commits)

---
updated-dependencies:
- dependency-name: cypress-wait-until
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-03 23:36:13 +01:00
dependabot[bot]
65734f64d1
build(deps): bump cypress from 8.6.0 to 8.7.0 in /main/tests/cypress (#4248)
Bumps [cypress](https://github.com/cypress-io/cypress) from 8.6.0 to 8.7.0.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/.releaserc.base.js)
- [Commits](https://github.com/cypress-io/cypress/compare/v8.6.0...v8.7.0)

---
updated-dependencies:
- dependency-name: cypress
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-26 21:00:07 +02:00
dependabot[bot]
23028389c2
build(deps-dev): bump eslint from 8.0.1 to 8.1.0 in /main/tests/cypress (#4245)
Bumps [eslint](https://github.com/eslint/eslint) from 8.0.1 to 8.1.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.0.1...v8.1.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-25 20:47:00 +02:00
Antonin Delpeuch
30a0f6643d
Fix vulnerability in imported filename allocation. (#4237)
Follow up for https://github.com/OpenRefine/OpenRefine/pull/3048.
Code change suggested by https://github.com/Marcono1234.

Closes #3043.
2021-10-23 09:01:14 +02:00
dependabot[bot]
37f57c7526
build(deps): bump jsoup from 1.13.1 to 1.14.2 in /main (#4122)
* build(deps): bump jsoup from 1.13.1 to 1.14.2 in /main

Bumps [jsoup](https://github.com/jhy/jsoup) from 1.13.1 to 1.14.2.
- [Release notes](https://github.com/jhy/jsoup/releases)
- [Changelog](https://github.com/jhy/jsoup/blob/master/CHANGES)
- [Commits](https://github.com/jhy/jsoup/compare/jsoup-1.13.1...jsoup-1.14.2)

---
updated-dependencies:
- dependency-name: org.jsoup:jsoup
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Fix test after jsoup upgrade

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Antonin Delpeuch <antonin@delpeuch.eu>
2021-10-23 07:52:49 +02:00
Antonin Delpeuch
235b5957e2
Change the behaviour of failed reconciliations to not reconcile the cell at all (#4232)
* Change the behaviour of failed reconciliations to not reconcile the cell at all.

This makes it easier to tell apart cells which could not be reconciled due to
a network error and those which just did not have any reconciliation candidate.
This makes it possible to retry reconciling cells which have been left unreconciled
after a recon operation.

Closes #3369.

* Update StandardReconConfigTests with new behaviour for failed recons
2021-10-22 08:43:45 +02:00
Antonin Delpeuch
c71dee891c
Fix Recon id generation. (#4217)
The previous method was prone to creating collisions when a lot of recon ids
were created around the same time.

Closes #3785.
2021-10-20 11:28:42 +02:00
Ritesh Soni
a5a2cd3c9b
Cypress tests for header elements (#4212)
* added test for header elements
* added test to check that the downloaded files are not empty in export_project.spec.js
2021-10-18 09:40:30 +02:00
dependabot[bot]
6599aecdf5
build(deps-dev): bump eslint from 8.0.0 to 8.0.1 in /main/tests/cypress (#4213)
Bumps [eslint](https://github.com/eslint/eslint) from 8.0.0 to 8.0.1.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.0.0...v8.0.1)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-15 08:46:28 +02:00
dependabot[bot]
862bb9ddd2
build(deps): bump cypress from 8.5.0 to 8.6.0 in /main/tests/cypress (#4210)
Bumps [cypress](https://github.com/cypress-io/cypress) from 8.5.0 to 8.6.0.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/.releaserc.base.js)
- [Commits](https://github.com/cypress-io/cypress/compare/v8.5.0...v8.6.0)

---
updated-dependencies:
- dependency-name: cypress
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Florian Giroud <6267288+fgiroud@users.noreply.github.com>
2021-10-13 10:17:35 +02:00
Ritesh Soni
e22ead56a5
added test for replace and transform (#4196)
Added test for replace and transform
2021-10-13 10:01:27 +02:00
dependabot[bot]
3ba4b7a6a1
build(deps-dev): bump eslint from 7.32.0 to 8.0.0 in /main/tests/cypress (#4204)
Bumps [eslint](https://github.com/eslint/eslint) from 7.32.0 to 8.0.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.32.0...v8.0.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-12 06:54:07 +02:00
dependabot[bot]
b309bbabdb
build(deps): bump cypress from 8.4.1 to 8.5.0 in /main/tests/cypress (#4183)
Bumps [cypress](https://github.com/cypress-io/cypress) from 8.4.1 to 8.5.0.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/.releaserc.base.js)
- [Commits](https://github.com/cypress-io/cypress/compare/v8.4.1...v8.5.0)

---
updated-dependencies:
- dependency-name: cypress
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Florian Giroud <6267288+fgiroud@users.noreply.github.com>
2021-10-07 14:04:24 +02:00
Florian Giroud
9f7b8651f0
Improved stability of Cypress tests (#4163)
* Improved stability for undo/redo tests

* Dummy commit to trigger CI

* Dummy commit to trigger CI

* Refactored pagination tests, removed duplicated tests

* Attempt for flakiness on undo/redo -> apply

* Attempt for flakiness on undo/redo -> apply

* Attempt for flakiness on undo/redo -> apply (Wait)

* Attempt for flakiness on undo/redo -> apply (Wait,2)

* Dummy commit to trigger CI

* Dummy commit to trigger CI

* Dummy commit to trigger CI

* Dummy commit to trigger CI

* trigger CI

* trigger CI

* trigger CI

* trigger CI

* trigger CI

* trigger CI

* trigger CI

* trigger CI

* trigger CI

* trigger CI

* trigger CI

* trigger CI

* trigger CI

* trigger CI

* trigger CI

* Removed dummy files, increased Cypress retries

* Reverted cypress retries to 3, refactored pagination tests about previou,next to not use pagination

* trigger CI

* trigger CI

* trigger CI

* trigger CI

* trigger CI

* trigger CI

* Removed dummy file to trigger CI
2021-10-06 19:11:54 +05:30
Ritesh Soni
e286d9f02f
Added tests for view/collapse, #3427
* added four tests (collapse.spec.js,collapse_all.spec.js,collapse_left.spec.js,collapse_right.spec.js) to check if the column's label are empty when collapsed
2021-10-04 16:39:47 +02:00
Ritesh Soni
9bbdd3c454
normalize casing in UI text in English (#4172)
* normalize casing in UI text in English

* fixes issue
2021-09-25 14:48:56 +02:00
dependabot[bot]
7f9973b74d
build(deps): bump cypress from 8.4.0 to 8.4.1 in /main/tests/cypress (#4165)
Bumps [cypress](https://github.com/cypress-io/cypress) from 8.4.0 to 8.4.1.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/.releaserc.base.js)
- [Commits](https://github.com/cypress-io/cypress/compare/v8.4.0...v8.4.1)

---
updated-dependencies:
- dependency-name: cypress
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-21 08:18:19 +02:00
Florian Giroud
13f97c246d
Proposal #4159, Removed all Cypress reconciliation tests (#4161) 2021-09-17 12:56:10 +02:00
Antonin Delpeuch
dc180faf30
Revert "Improved stability for undo/redo tests (#4158)" (#4160)
This reverts commit 186d17cfbf.
2021-09-17 12:21:54 +02:00
Florian Giroud
186d17cfbf
Improved stability for undo/redo tests (#4158) 2021-09-17 12:07:52 +02:00
dependabot[bot]
d177c63bed
build(deps-dev): bump prettier in /main/tests/cypress (#4152)
Bumps [prettier](https://github.com/prettier/prettier) from 2.4.0 to 2.4.1.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.4.0...2.4.1)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-17 09:34:54 +02:00
dependabot[bot]
1e0a012ced
build(deps-dev): bump eslint-plugin-cypress in /main/tests/cypress (#4147)
Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 2.11.3 to 2.12.1.
- [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases)
- [Commits](https://github.com/cypress-io/eslint-plugin-cypress/compare/v2.11.3...v2.12.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-cypress
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-16 14:18:12 +02:00
dependabot[bot]
76c596e8ac
build(deps): bump cypress from 8.3.1 to 8.4.0 in /main/tests/cypress (#4148)
Bumps [cypress](https://github.com/cypress-io/cypress) from 8.3.1 to 8.4.0.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/.releaserc.base.js)
- [Commits](https://github.com/cypress-io/cypress/compare/v8.3.1...v8.4.0)

---
updated-dependencies:
- dependency-name: cypress
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-16 13:44:31 +02:00
dependabot[bot]
0387ef9b84
build(deps-dev): bump prettier in /main/tests/cypress (#4144)
Bumps [prettier](https://github.com/prettier/prettier) from 2.3.2 to 2.4.0.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.3.2...2.4.0)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-10 08:03:54 +02:00
dependabot[bot]
9aa8fd3cbf
build(deps): bump cypress from 8.3.0 to 8.3.1 in /main/tests/cypress (#4133)
Bumps [cypress](https://github.com/cypress-io/cypress) from 8.3.0 to 8.3.1.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/.releaserc.base.js)
- [Commits](https://github.com/cypress-io/cypress/compare/v8.3.0...v8.3.1)

---
updated-dependencies:
- dependency-name: cypress
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-06 14:33:14 +02:00
Florian Giroud
f123c5e129
Cypress Testing, Edge error message about window changed, updated exeption handler (#4131) 2021-08-30 13:35:03 +02:00
Florian Giroud
b7652e9036
Attempt to fix flaky reconciliation tests (#4091)
Attempt to fix flaky reconciliation tests
2021-08-30 12:47:26 +02:00
dependabot[bot]
005e8b77a7
build(deps): bump cypress from 8.1.0 to 8.3.0 in /main/tests/cypress (#4107)
Bumps [cypress](https://github.com/cypress-io/cypress) from 8.1.0 to 8.3.0.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/.releaserc.base.js)
- [Commits](https://github.com/cypress-io/cypress/compare/v8.1.0...v8.3.0)

---
updated-dependencies:
- dependency-name: cypress
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Florian Giroud <6267288+fgiroud@users.noreply.github.com>
Co-authored-by: Antonin Delpeuch <antonin@delpeuch.eu>
2021-08-30 10:36:59 +02:00
Florian Giroud
90c074ca68
Cypress tests, added exception handling for edge error messages (#4043)
Added exception handling for "Cannot read property offsetTop" of undefined
2021-08-19 11:20:05 +02:00
dependabot[bot]
fa3ca5a84b
build(deps): bump uniqid from 5.3.0 to 5.4.0 in /main/tests/cypress (#4111)
Bumps [uniqid](https://github.com/adamhalasz/uniqid) from 5.3.0 to 5.4.0.
- [Release notes](https://github.com/adamhalasz/uniqid/releases)
- [Commits](https://github.com/adamhalasz/uniqid/commits)

---
updated-dependencies:
- dependency-name: uniqid
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-19 07:07:50 +01:00
Florian Giroud
a42c60ead7
Code cleanup, removed old frontend tests, #3552 (#4093) 2021-08-09 09:32:00 +02:00
dependabot[bot]
7412bbaaf0
build(deps): bump cypress from 8.0.0 to 8.1.0 in /main/tests/cypress (#4074)
Bumps [cypress](https://github.com/cypress-io/cypress) from 8.0.0 to 8.1.0.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/.releaserc.base.js)
- [Commits](https://github.com/cypress-io/cypress/compare/v8.0.0...v8.1.0)

---
updated-dependencies:
- dependency-name: cypress
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kush Trivedi <44091822+kushthedude@users.noreply.github.com>
2021-08-04 17:50:35 +05:30
dependabot[bot]
6a8a717d98
build(deps-dev): bump eslint in /main/tests/cypress (#4088)
Bumps [eslint](https://github.com/eslint/eslint) from 7.31.0 to 7.32.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.31.0...v7.32.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-03 15:27:02 +02:00
dependabot[bot]
6efec5469d
build(deps): bump cypress from 7.5.0 to 8.0.0 in /main/tests/cypress (#4066)
Bumps [cypress](https://github.com/cypress-io/cypress) from 7.5.0 to 8.0.0.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/.releaserc.base.js)
- [Commits](https://github.com/cypress-io/cypress/compare/v7.5.0...v8.0.0)

---
updated-dependencies:
- dependency-name: cypress
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kush Trivedi <44091822+kushthedude@users.noreply.github.com>
2021-07-24 14:06:42 +05:30
dependabot[bot]
f42d971505
build(deps-dev): bump eslint in /main/tests/cypress (#4063)
Bumps [eslint](https://github.com/eslint/eslint) from 7.30.0 to 7.31.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.30.0...v7.31.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-20 23:11:42 +05:30
Florian Giroud
1df51b6b58
Speed-up testing time for Cypress in CI/CD (#4042)
* Added an environment variable to disable projects cleanup on CI/CD, improve performances

* revert DISABLE_PROJECT_CLEANUP to be 0 by default

Co-authored-by: Kush Trivedi <44091822+kushthedude@users.noreply.github.com>
2021-07-08 14:13:55 +02:00
Florian Giroud
423715d3ca
Improved notification checking, improved reconciliation tests to improve flakiness rate (#4041) 2021-07-08 12:03:28 +02:00
dependabot[bot]
aba5f7ff10
build(deps-dev): bump eslint in /main/tests/cypress (#4038)
Bumps [eslint](https://github.com/eslint/eslint) from 7.29.0 to 7.30.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.29.0...v7.30.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Florian Giroud <6267288+fgiroud@users.noreply.github.com>
2021-07-07 11:34:08 +02:00
dependabot[bot]
0d43c01eae
build(deps-dev): bump prettier in /main/tests/cypress (#4022)
Bumps [prettier](https://github.com/prettier/prettier) from 2.3.1 to 2.3.2.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.3.1...2.3.2)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-29 02:25:55 +05:30
Florian Giroud
91440b4cfb
Tests stability (#4014)
* Cypress 7.5 now redirects properly, removed doCreateProjectThroughUserInterface method

* temporarily changed CI

* temporarily changed CI

* Fixed an invalid call to a method that doesn't exist, fixed importing tutorial tests

* Fixed row_records test

* Attempt to fix flaky tests by improving the way we check for notifications

* disabledf scatterplot testing

* Attempt to fix flaky tests

* force CI

* force CI

* force CI

* force CI, edge

* attempt to fix flaky tests

* Attempt to fix flaky tests

* CI

* fastfix

* Code cleaning & linting

* Removed temporary edit of CI/CD

* revert debug edit of test files
2021-06-26 16:15:28 +05:30
dependabot[bot]
4f028cb72e
build(deps): bump cypress from 7.2.0 to 7.5.0 in /main/tests/cypress (#3970)
Bumps [cypress](https://github.com/cypress-io/cypress) from 7.2.0 to 7.5.0.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/.releaserc.base.js)
- [Commits](https://github.com/cypress-io/cypress/compare/v7.2.0...v7.5.0)

---
updated-dependencies:
- dependency-name: cypress
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-23 09:32:39 +02:00
dependabot[bot]
c7eb964b35
build(deps-dev): bump eslint in /main/tests/cypress (#4002)
Bumps [eslint](https://github.com/eslint/eslint) from 7.28.0 to 7.29.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.28.0...v7.29.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-22 14:11:11 +02:00
dependabot[bot]
144586cfc4
build(deps): bump cypress-file-upload in /main/tests/cypress (#4003)
Bumps [cypress-file-upload](https://github.com/abramenal/cypress-file-upload) from 5.0.7 to 5.0.8.
- [Release notes](https://github.com/abramenal/cypress-file-upload/releases)
- [Commits](https://github.com/abramenal/cypress-file-upload/compare/v5.0.7...v5.0.8)

---
updated-dependencies:
- dependency-name: cypress-file-upload
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-22 14:10:51 +02:00
dependabot[bot]
5c891e6ad7
build(deps-dev): bump prettier in /main/tests/cypress (#3968)
Bumps [prettier](https://github.com/prettier/prettier) from 2.3.0 to 2.3.1.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.3.0...2.3.1)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-07 10:51:44 +02:00
dependabot[bot]
1543c53046
build(deps-dev): bump jsdoc from 3.6.6 to 3.6.7 in /main/tests/cypress (#3914)
Bumps [jsdoc](https://github.com/jsdoc/jsdoc) from 3.6.6 to 3.6.7.
- [Release notes](https://github.com/jsdoc/jsdoc/releases)
- [Changelog](https://github.com/jsdoc/jsdoc/blob/3.6.7/CHANGES.md)
- [Commits](https://github.com/jsdoc/jsdoc/compare/3.6.6...3.6.7)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-07 09:30:08 +02:00
dependabot[bot]
cfe00de6c2
build(deps-dev): bump eslint in /main/tests/cypress (#3969)
Bumps [eslint](https://github.com/eslint/eslint) from 7.27.0 to 7.28.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v7.27.0...v7.28.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-07 09:18:50 +02:00
Warpeas
fed23ec7f6
fixes #3462 (#3921)
Co-authored-by: Antonin Delpeuch <antonin@delpeuch.eu>
2021-05-30 22:24:06 +02:00
Florian Giroud
bd9b268dea
Cypress parallel manual (#3922)
Implemented parallelism fo Cypress Tests
2021-05-27 15:18:20 +02:00
Warpeas
3adc03c0db
fixe rotation parsing in scatterplot facet (#3926)
* fixes #3344

* Remove try/catch block no longer useful
2021-05-26 14:08:42 +02:00
dependabot[bot]
dd4eb781e1
build(deps): bump dotenv from 9.0.2 to 10.0.0 in /main/tests/cypress (#3932)
Bumps [dotenv](https://github.com/motdotla/dotenv) from 9.0.2 to 10.0.0.
- [Release notes](https://github.com/motdotla/dotenv/releases)
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](https://github.com/motdotla/dotenv/compare/v9.0.2...v10.0.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kush Trivedi <44091822+kushthedude@users.noreply.github.com>
2021-05-26 07:05:40 +02:00