Skip to content

Commit

Permalink
Use ods rc.2
Browse files Browse the repository at this point in the history
Add changelog

Try to fix locator in e2e

Fix navigateToAllFiles in copyOrMove in e2e tests

Add changelog item for ODS update
  • Loading branch information
lookacat authored and pascalwengerter committed Feb 24, 2022
1 parent f97158e commit 26b125e
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 7 deletions.
7 changes: 7 additions & 0 deletions changelog/unreleased/enhancement-redesign-breadcrumb
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Enhancement: Redesign OcBreadcrumb

We've adjustet the look of the OcBreadcrumb
to fit the Redesign

https://github.com/owncloud/web/issues/6218
https://github.com/owncloud/web/pull/6472
10 changes: 10 additions & 0 deletions changelog/unreleased/enhancement-update-ods
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Enhancement: Update ODS to v12.1.1-rc.2

We updated the ownCloud Design System to version 12.1.1-rc.2. Please refer to the full changelog in the ODS release (linked) for more details. Summary:

- Enhancement - Apply outstanding background color to oc-card: https://github.com/owncloud/owncloud-design-system/pull/1974
- Enhancement - Redesign OcBreadcrumb: https://github.com/owncloud/web/issues/6218
- Enhancement - Redesign files table related components: https://github.com/owncloud/owncloud-design-system/pull/1958

https://github.com/owncloud/web/pull/6472
https://github.com/owncloud/owncloud-design-system/releases/tag/v12.1.1-rc.2
2 changes: 1 addition & 1 deletion packages/web-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"lodash-es": "^4.17.21",
"luxon": "^2.3.0",
"oidc-client": "1.11.5",
"owncloud-design-system": "12.1.1-rc1",
"owncloud-design-system": "12.1.1-rc.2",
"owncloud-sdk": "~2.0.0",
"p-queue": "^6.1.1",
"popper-max-size-modifier": "^0.2.0",
Expand Down
2 changes: 1 addition & 1 deletion tests/e2e/support/page/files/allFiles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ export class AllFilesPage {

await page.locator(`//*[@data-test-resource-name="${resourceBase}"]`).click({ button: 'right' })
await page.locator(`.oc-files-actions-${action}-trigger`).first().click()
await page.locator('//ol[@class="oc-breadcrumb-list"]/li/*[1]').first().click()
await page.locator('//li[@class="oc-breadcrumb-list-item"]//span[text()="All files"]').click()

if (newLocation !== 'All files') {
await filesCta.navigateToFolder({ page: page, path: newLocation })
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9467,9 +9467,9 @@ __metadata:
languageName: node
linkType: hard

"owncloud-design-system@npm:12.1.1-rc1":
version: 12.1.1-rc1
resolution: "owncloud-design-system@npm:12.1.1-rc1"
"owncloud-design-system@npm:12.1.1-rc.2":
version: 12.1.1-rc.2
resolution: "owncloud-design-system@npm:12.1.1-rc.2"
peerDependencies:
"@popperjs/core": ^2.4.0
"@vue/composition-api": ^1.4.3
Expand All @@ -9486,7 +9486,7 @@ __metadata:
vue-inline-svg: ^2.0.0
vue-select: ^3.12.0
webfontloader: ^1.6.28
checksum: a0cde35bdda5cece6c68cb2ae79f00cc6b26156e8d1e0957892972b1a46f6e81c9f1e44e2d8e5f9121e0e93cc00efd2ee179d7365bf7d6f21731897448239ffb
checksum: 2ff65957ddfc9095613481b1135680e743149a302a0c76d6fdcdd4d8904911e0019386fd17a798dfaa840a9d6c1c5ab6bc23a062a54c16c0f12ac5e0754ee474
languageName: node
linkType: hard

Expand Down Expand Up @@ -13420,7 +13420,7 @@ __metadata:
lodash-es: ^4.17.21
luxon: ^2.3.0
oidc-client: 1.11.5
owncloud-design-system: 12.1.1-rc1
owncloud-design-system: 12.1.1-rc.2
owncloud-sdk: ~2.0.0
p-queue: ^6.1.1
popper-max-size-modifier: ^0.2.0
Expand Down

0 comments on commit 26b125e

Please sign in to comment.