Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: fix openAsset waitForSlideIn test #817

Merged
merged 2 commits into from Jun 29, 2021

Conversation

djagya
Copy link

@djagya djagya commented Jun 28, 2021

Purpose of PR

Fixes one of the slide-in asset editor tests that was failing after some internal changes in the web app.

With those changes the callback returned from openAsset() with waitForClose: true option now triggers immediately after clickSlideInClose() and executed in the the same cy command context, prohibiting calling another cy command inside the promise. It caused the "Cypress detected that you returned a promise from a command while also invoking one or more cy commands in that promise." error.

PR Checklist

  • Tests are added/updated/not required
  • Tests are passing
  • Typescript typings are added/updated/not required

It was failing with the asset editor migrated to react-router because the callback was triggered immediately, while being in the previous cy command context, which was failing with "ypress detected that you returned a promise from a command while also invoking one or more cy commands in that promise."
@djagya djagya requested a review from a team as a code owner June 28, 2021 14:55
@djagya djagya requested a review from suevalov June 28, 2021 14:56
@djagya djagya requested a review from loweisz June 29, 2021 07:44
Copy link
Contributor

@loweisz loweisz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should keep an eye out that this is not bringing back the flakiness fixed by #812 with the boolean flag, but besides that lgtm

@djagya djagya merged commit 10eaf6e into master Jun 29, 2021
@djagya djagya deleted the fix-openAsset-slidein-wait-test branch June 29, 2021 09:32
@ghost
Copy link

ghost commented Jun 30, 2021

🎉 This PR is included in version 3.38.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@ghost ghost added the released label Jun 30, 2021
kdamball pushed a commit that referenced this pull request Jul 20, 2021
* chore: bump contentful-management from 7.19.1 to 7.20.0 (#718)

* chore: bump @typescript-eslint/eslint-plugin from 4.23.0 to 4.24.0 (#719)

* chore: bump rollup from 2.47.0 to 2.48.0 (#715)

* chore: bump @typescript-eslint/parser from 4.23.0 to 4.24.0 (#720)

* chore: bump contentful-management from 7.20.0 to 7.20.1 (#723)

* test: [] change stale limit to 2 hours (#721)

Change stale limit to 2 hours instead of 1 day

* test: retry visit on integration tests (#724)

To prevent some flaky integration tests failing when reaching the rate limit on visiting the entry, this adds a command to visit entries and when failed with a 429 it waits 1second and revisits the page.

* chore: bump contentful-management from 7.20.1 to 7.22.0 (#726)

* chore: bump ts-node from 9.1.1 to 10.0.0 (#729)

* chore: bump eslint-plugin-import from 2.23.2 to 2.23.3 (#731)

* chore: bump dotenv from 9.0.2 to 10.0.0 (#733)

* chore: bump contentful-management from 7.22.0 to 7.22.2 (#728)

* chore: bump rollup from 2.48.0 to 2.49.0 (#727)

* chore: bump eslint from 7.26.0 to 7.27.0 (#730)

* chore: bump jsdom from 16.5.3 to 16.6.0 (#732)

* chore: bump cypress from 7.3.0 to 7.4.0 (#734)

* chore: bump @typescript-eslint/parser from 4.24.0 to 4.25.0 (#735)

* chore: bump eslint-config-standard from 16.0.2 to 16.0.3 (#738)

* chore: bump @types/nanoid from 2.1.0 to 3.0.0 (#736)

* chore: bump @typescript-eslint/eslint-plugin from 4.24.0 to 4.25.0 (#737)

* chore: bump rollup from 2.49.0 to 2.50.0 (#740)

* chore: bump eslint-plugin-promise from 4.3.1 to 5.1.0 (#743)

* chore: bump sinon-chai from 3.6.0 to 3.7.0 (#741)

* chore: bump @types/sinon from 10.0.0 to 10.0.1 (#742)

* chore: bump rollup from 2.50.0 to 2.50.1 (#746)

* chore: bump contentful-management from 7.22.2 to 7.22.4 (#749)

* chore: bump sinon from 10.0.1 to 11.1.1 (#748)

* chore: bump rollup from 2.50.1 to 2.50.2 (#751)

* chore: bump eslint-plugin-react from 7.23.2 to 7.24.0 (#755)

* chore: bump eslint-plugin-import from 2.23.3 to 2.23.4 (#757)

* chore: bump rollup from 2.50.2 to 2.50.5 (#756)

* test: adds integration alias tests (#752)

* chore: bump ws from 7.4.5 to 7.4.6 (#754)

* chore: bump y18n from 3.2.1 to 3.2.2 in /test/extensions/test-extension (#626)

* chore: bump @typescript-eslint/eslint-plugin from 4.25.0 to 4.26.0 (#758)

* chore: bump @typescript-eslint/parser from 4.25.0 to 4.26.0 (#759)

* chore: bump browserslist in /test/extensions/test-extension (#739)

Bumps [browserslist](https://github.com/browserslist/browserslist) from 4.6.1 to 4.16.6.
- [Release notes](https://github.com/browserslist/browserslist/releases)
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md)
- [Commits](browserslist/browserslist@4.6.1...4.16.6)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore: bump hosted-git-info in /test/extensions/test-extension (#690)

Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.4 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases)
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md)
- [Commits](npm/hosted-git-info@v2.8.4...v2.8.9)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Manuel Spagnolo <shikaan@users.noreply.github.com>
Co-authored-by: Andi Pätzold <andreas.paetzold@contentful.com>

* chore: bump lodash in /test/extensions/test-extension (#687)

* chore: bump elliptic in /test/extensions/test-extension (#585)

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](indutny/elliptic@v6.5.3...v6.5.4)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore: bump typescript from 4.1.5 to 4.3.2 (#747)

* chore: bump typescript from 4.1.5 to 4.3.2

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.1.5 to 4.3.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v4.1.5...v4.3.2)

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

* chore: install tslib

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Andi Pätzold <andreas.paetzold@contentful.com>
Co-authored-by: Manuel Spagnolo <shikaan@users.noreply.github.com>

* chore: bump @types/sinon from 10.0.1 to 10.0.2 (#760)

* chore: [] upgrade to GitHub-native Dependabot (#670)

* chore: [] upgrade to GitHub-native Dependabot

* chore: use correct yaml

* chore: remove unwanted file

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Manuel Spagnolo <shikaan@users.noreply.github.com>
Co-authored-by: Manuel Spagnolo <spagnolo.manu@gmail.com>

* chore(deps-dev): bump rollup from 2.50.5 to 2.50.6 (#762)

* chore(deps-dev): bump @testing-library/dom from 7.31.0 to 7.31.2 (#763)

* chore: add tracking for old uie assets (#764)

* chore: add tracking for old uie assets

* chore: lint

* chore: some more lint

* chore(deps-dev): bump eslint from 7.27.0 to 7.28.0 (#768)

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](eslint/eslint@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>

* chore(deps-dev): bump @typescript-eslint/parser from 4.26.0 to 4.26.1 (#770)

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.26.0 to 4.26.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.26.1/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  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>

* chore(deps-dev): bump prettier from 2.2.1 to 2.3.1 (#767)

* chore(deps-dev): bump prettier from 2.2.1 to 2.3.1

Bumps [prettier](https://github.com/prettier/prettier) from 2.2.1 to 2.3.1.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@2.2.1...2.3.1)

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

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

* chore: [] run lint fix with new prettier version

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: John Whiles <john.whiles@contentful.com>
Co-authored-by: Manuel Spagnolo <shikaan@users.noreply.github.com>

* chore: update CODEOWNERS (#777)

* chore(deps-dev): bump cypress from 7.4.0 to 7.5.0 (#772)

Bumps [cypress](https://github.com/cypress-io/cypress) from 7.4.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](cypress-io/cypress@v7.4.0...v7.5.0)

---
updated-dependencies:
- dependency-name: 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>
Co-authored-by: Manuel Spagnolo <shikaan@users.noreply.github.com>

* chore(deps): bump trim-newlines from 3.0.0 to 3.0.1 (#773)

Bumps [trim-newlines](https://github.com/sindresorhus/trim-newlines) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/sindresorhus/trim-newlines/releases)
- [Commits](https://github.com/sindresorhus/trim-newlines/commits)

---
updated-dependencies:
- dependency-name: trim-newlines
  dependency-type: indirect
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Manuel Spagnolo <shikaan@users.noreply.github.com>

* chore(deps): bump glob-parent from 5.1.1 to 5.1.2 (#774)

Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2.
- [Release notes](https://github.com/gulpjs/glob-parent/releases)
- [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md)
- [Commits](gulpjs/glob-parent@v5.1.1...v5.1.2)

---
updated-dependencies:
- dependency-name: glob-parent
  dependency-type: indirect
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Manuel Spagnolo <shikaan@users.noreply.github.com>

* chore(deps-dev): bump rollup from 2.50.6 to 2.51.1 (#775)

Bumps [rollup](https://github.com/rollup/rollup) from 2.50.6 to 2.51.1.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v2.50.6...v2.51.1)

---
updated-dependencies:
- dependency-name: rollup
  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: Manuel Spagnolo <shikaan@users.noreply.github.com>

* chore(deps-dev): bump @typescript-eslint/eslint-plugin (#771)

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.26.0 to 4.26.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.26.1/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  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>
Co-authored-by: Manuel Spagnolo <shikaan@users.noreply.github.com>

* chore(deps): bump normalize-url from 5.3.0 to 5.3.1 (#778)

Bumps [normalize-url](https://github.com/sindresorhus/normalize-url) from 5.3.0 to 5.3.1.
- [Release notes](https://github.com/sindresorhus/normalize-url/releases)
- [Commits](https://github.com/sindresorhus/normalize-url/commits)

---
updated-dependencies:
- dependency-name: normalize-url
  dependency-type: indirect
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump ws in /test/extensions/test-extension (#780)

Bumps [ws](https://github.com/websockets/ws) from 5.2.2 to 5.2.3.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@5.2.2...5.2.3)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump @types/jsdom from 16.2.10 to 16.2.11 (#779)

Bumps [@types/jsdom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jsdom) from 16.2.10 to 16.2.11.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jsdom)

---
updated-dependencies:
- dependency-name: "@types/jsdom"
  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>
Co-authored-by: Manuel Spagnolo <shikaan@users.noreply.github.com>

* feat: add due date as a task field type (#776)

* chore: 3.35.0 [skip ci]

# [3.35.0](v3.34.3...v3.35.0) (2021-06-11)

### Features

* add due date as a task field type ([#776](#776)) ([ed0bf60](ed0bf60))

* chore(deps-dev): bump tslib from 2.2.0 to 2.3.0 (#786)

* chore: remove tracking for old uie assets (#782)

This reverts commit b7a8d26.

* chore(deps-dev): bump contentful-management from 7.22.4 to 7.24.0 (#784)

Bumps [contentful-management](https://github.com/contentful/contentful-management.js) from 7.22.4 to 7.24.0.
- [Release notes](https://github.com/contentful/contentful-management.js/releases)
- [Changelog](https://github.com/contentful/contentful-management.js/blob/master/CHANGELOG.md)
- [Commits](contentful/contentful-management.js@v7.22.4...v7.24.0)

---
updated-dependencies:
- dependency-name: contentful-management
  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: Manuel Spagnolo <shikaan@users.noreply.github.com>

* chore(deps-dev): bump @typescript-eslint/eslint-plugin (#790)

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.26.1 to 4.27.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.27.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  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>

* chore(deps-dev): bump rollup from 2.51.1 to 2.52.1 (#796)

* feat: add interface for space.getTeams [HOMER-75] (#789)

* feat: add interface for space.getTeams

* test: add getTeams

* fix: use correct Team type

* chore: 3.36.0 [skip ci]

# [3.36.0](v3.35.0...v3.36.0) (2021-06-17)

### Features

* add interface for space.getTeams [HOMER-75] ([#789](#789)) ([a5b8dac](a5b8dac))

* chore(deps-dev): bump @typescript-eslint/parser from 4.26.1 to 4.27.0 (#791)

* feat: add type parameter to create task input data (#809)

* chore: 3.37.0 [skip ci]

# [3.37.0](v3.36.0...v3.37.0) (2021-06-23)

### Features

* add type parameter to create task input data ([#809](#809)) ([e0fe688](e0fe688))

* chore(deps): bump color-string in /test/extensions/test-extension (#810)

Bumps [color-string](https://github.com/Qix-/color-string) from 1.5.3 to 1.5.5.
- [Release notes](https://github.com/Qix-/color-string/releases)
- [Changelog](https://github.com/Qix-/color-string/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Qix-/color-string/commits/1.5.5)

---
updated-dependencies:
- dependency-name: color-string
  dependency-type: indirect
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps-dev): bump @typescript-eslint/parser from 4.27.0 to 4.28.0 (#805)

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.27.0 to 4.28.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.28.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  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>

* chore(deps-dev): bump rollup from 2.52.1 to 2.52.2 (#803)

Bumps [rollup](https://github.com/rollup/rollup) from 2.52.1 to 2.52.2.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v2.52.1...v2.52.2)

---
updated-dependencies:
- dependency-name: rollup
  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>

* chore(deps-dev): bump eslint from 7.28.0 to 7.29.0 (#802)

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](eslint/eslint@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>

* chore(deps-dev): bump typescript from 4.3.2 to 4.3.4 (#800)

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.3.2 to 4.3.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v4.3.2...v4.3.4)

---
updated-dependencies:
- dependency-name: typescript
  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>

* chore(deps-dev): bump contentful-management from 7.24.0 to 7.25.1 (#801)

Bumps [contentful-management](https://github.com/contentful/contentful-management.js) from 7.24.0 to 7.25.1.
- [Release notes](https://github.com/contentful/contentful-management.js/releases)
- [Changelog](https://github.com/contentful/contentful-management.js/blob/master/CHANGELOG.md)
- [Commits](contentful/contentful-management.js@v7.24.0...v7.25.1)

---
updated-dependencies:
- dependency-name: contentful-management
  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>

* chore(deps-dev): bump cypress from 7.5.0 to 7.6.0 (#811)

Bumps [cypress](https://github.com/cypress-io/cypress) from 7.5.0 to 7.6.0.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/.releaserc.base.js)
- [Commits](cypress-io/cypress@v7.5.0...v7.6.0)

---
updated-dependencies:
- dependency-name: 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>

* test: [] check for slide in visibility instead of is clicked variable (#812)

* test: fix openAsset waitForSlideIn test (#817)

It was failing with the asset editor migrated to react-router because the callback was triggered immediately, while being in the previous cy command context, which was failing with "cypress detected that you returned a promise from a command while also invoking one or more cy commands in that promise."

* chore(deps-dev): bump @typescript-eslint/eslint-plugin (#819)

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.27.0 to 4.28.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.28.1/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  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>

* chore(deps-dev): bump prettier from 2.3.1 to 2.3.2 (#815)

* chore(deps-dev): bump @typescript-eslint/parser from 4.28.0 to 4.28.1 (#821)

* chore(deps-dev): bump rollup from 2.52.2 to 2.52.3 (#813)

* feat: add resolved info to tasks sys (#822)

* chore: 3.38.0 [skip ci]

# [3.38.0](v3.37.0...v3.38.0) (2021-06-30)

### Features

* add resolved info to tasks sys ([#822](#822)) ([e0be824](e0be824))

* chore(deps-dev): bump rollup from 2.52.3 to 2.52.4 (#826)

Bumps [rollup](https://github.com/rollup/rollup) from 2.52.3 to 2.52.4.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](rollup/rollup@v2.52.3...v2.52.4)

---
updated-dependencies:
- dependency-name: rollup
  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>

* chore(deps-dev): bump contentful-management from 7.25.1 to 7.27.0 (#827)

Bumps [contentful-management](https://github.com/contentful/contentful-management.js) from 7.25.1 to 7.27.0.
- [Release notes](https://github.com/contentful/contentful-management.js/releases)
- [Changelog](https://github.com/contentful/contentful-management.js/blob/master/CHANGELOG.md)
- [Commits](contentful/contentful-management.js@v7.25.1...v7.27.0)

---
updated-dependencies:
- dependency-name: contentful-management
  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>

* chore: allow running integration tests in different environments (#818)

* chore: allow injecting host

* chore: logging

* feat: add host to extension config

* refactor: make the tests environment agostic

* chore: rename base

* fix: missing space id

* chore: use fixtures

* chore: set ui version via cookie

* fix: cleanup one further test

* refactor: use plain client

* fix: adjust unit test

* chore: typo

* fix: create entry with environmentId

* chore: remove sys

* chor: no id

* chore: rename baseUrl

* chore: remove user variable data and fix test case

* chore(deps-dev): bump @types/jsdom from 16.2.11 to 16.2.12 (#814)

Bumps [@types/jsdom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jsdom) from 16.2.11 to 16.2.12.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jsdom)

---
updated-dependencies:
- dependency-name: "@types/jsdom"
  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>

* chore(deps-dev): bump typescript from 4.3.4 to 4.3.5 (#830)

* chore(deps-dev): bump rollup from 2.52.4 to 2.52.7 (#832)

* chore(deps-dev): bump rollup from 2.52.7 to 2.52.8 (#846)

* test: throw on cleanup failure (#850)

* chore(deps-dev): bump contentful-management from 7.27.0 to 7.27.1 (#842)

* chore(deps-dev): bump rollup from 2.52.8 to 2.53.0 (#851)

* chore(deps-dev): bump @types/async-retry from 1.4.2 to 1.4.3 (#843)

Bumps [@types/async-retry](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/async-retry) from 1.4.2 to 1.4.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/async-retry)

---
updated-dependencies:
- dependency-name: "@types/async-retry"
  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>

* chore(deps-dev): bump eslint from 7.29.0 to 7.30.0 (#836)

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](eslint/eslint@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>

* chore(deps-dev): bump @typescript-eslint/eslint-plugin (#839)

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.28.1 to 4.28.2.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.28.2/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  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>

* chore(deps-dev): bump @typescript-eslint/parser from 4.28.1 to 4.28.2 (#838)

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 4.28.1 to 4.28.2.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.28.2/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  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>

* chore(deps-dev): bump cypress from 7.6.0 to 7.7.0 (#848)

* chore(deps-dev): bump @types/jsdom from 16.2.12 to 16.2.13 (#845)

Bumps [@types/jsdom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jsdom) from 16.2.12 to 16.2.13.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jsdom)

---
updated-dependencies:
- dependency-name: "@types/jsdom"
  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>

* chore(deps-dev): bump @types/fs-extra from 9.0.11 to 9.0.12 (#844)

* chore(deps-dev): bump ts-node from 10.0.0 to 10.1.0 (#853)

* chore(deps-dev): bump rollup from 2.53.0 to 2.53.1 (#852)

* chore: ignore teamMemberships in the user object (#857)

* chore(deps-dev): bump @typescript-eslint/parser from 4.28.2 to 4.28.3 (#856)

* chore(deps-dev): bump @typescript-eslint/eslint-plugin (#854)

* feat: Add typings and expose metadata methods (#865)

* feat: add typings and expose metadata methods

* chore: fix lint errors

* chore: address review issues

* fix: adjust types

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Manuel Spagnolo <shikaan@users.noreply.github.com>
Co-authored-by: Andi Pätzold <andreas.paetzold@contentful.com>
Co-authored-by: Manuel Spagnolo <spagnolo.manu@gmail.com>
Co-authored-by: John Whiles <john.whiles@contentful.com>
Co-authored-by: ronaldronson <ronaldronson@users.noreply.github.com>
Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net>
Co-authored-by: Thomas Kellermeier <Chaoste@users.noreply.github.com>
Co-authored-by: Danil Zak <danil.zakablukovskii@contentful.com>
Co-authored-by: Matthew Hickey <52446913+matthew-contentful@users.noreply.github.com>
Co-authored-by: Felix Boenke <FLoppix@users.noreply.github.com>
Co-authored-by: Yuri Mazursky <colomolo@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants