Skip to content

Commit

Permalink
added unit tests for location picker view
Browse files Browse the repository at this point in the history
  • Loading branch information
kiranparajuli589 committed Dec 22, 2021
1 parent a72f17b commit 7ec4fdb
Show file tree
Hide file tree
Showing 4 changed files with 561 additions and 7 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 uk-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 uk-text-meta" v-text="currentHint" />
<p
class="oc-text-muted uk-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="uk-flex-middle">
Expand Down
Loading

0 comments on commit 7ec4fdb

Please sign in to comment.