Skip to content

Commit

Permalink
Fix upload tab ids for Selenium tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmchilton committed Jan 13, 2020
1 parent f6dbd24 commit afb74f4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions client/galaxy/scripts/components/Upload/UploadModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@
<h4 class="title" tabindex="0">{{ title }}</h4>
</template>
<b-tabs v-if="historyAvailable">
<b-tab title="Regular" id="regular">
<b-tab title="Regular" id="regular" button-id="tab-title-link-regular">
<default :app="this" :lazyLoadMax="50" />
</b-tab>
<b-tab title="Composite" id="composite">
<b-tab title="Composite" id="composite" button-id="tab-title-link-composite">
<composite :app="this" />
</b-tab>
<b-tab title="Collection" id="collection">
<b-tab title="Collection" id="collection" button-id="tab-title-link-collection">
<collection :app="this" />
</b-tab>
<b-tab title="Rule-based" id="rule-based">
<b-tab title="Rule-based" id="rule-based" button-id="tab-title-link-rule-based">
<rules-input :app="this" />
</b-tab>
</b-tabs>
Expand Down

0 comments on commit afb74f4

Please sign in to comment.