Skip to content

Commit

Permalink
Merge pull request #5697 from owncloud/unittest-views-location-picker
Browse files Browse the repository at this point in the history
[unit-tests] added unit tests for LocationPicker view
  • Loading branch information
kulmann authored Jan 28, 2022
2 parents 170c8c7 + 02eae4b commit 2fe45ce
Show file tree
Hide file tree
Showing 4 changed files with 553 additions and 6 deletions.
6 changes: 5 additions & 1 deletion packages/web-app-files/src/views/LocationPicker.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
<div tabindex="-1" class="files-list-wrapper oc-width-expand">
<div id="files-app-bar" class="oc-p-s">
<h1 class="location-picker-selection-info oc-mb" v-text="title" />
<p class="oc-text-muted oc-text-meta" v-text="currentHint" />
<p
class="oc-text-muted oc-text-meta"
data-testid="location-picker-current-hint"
v-text="currentHint"
/>
<hr class="oc-mt-rm" />
<oc-breadcrumb :items="breadcrumbs" class="oc-mb-s" />
<oc-grid gutter="small" flex class="oc-flex-middle">
Expand Down
Loading

0 comments on commit 2fe45ce

Please sign in to comment.