Skip to content

Commit

Permalink
clean up the QA code
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanOXDi committed Oct 14, 2024
1 parent 18deedc commit b5f09da
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 57 deletions.

This file was deleted.

4 changes: 0 additions & 4 deletions kolibri/plugins/learn/assets/src/views/LibraryPage/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@
data-test="other-libraries"
:injectedtr="injecttr"
/>
<!-- For QA purposes only it should be removed -->
<HandleAccessibleChannelCard :contentNode="rootNodes" />
</div>

<SearchResultsGrid
Expand Down Expand Up @@ -199,7 +197,6 @@
import useChannels from './../../composables/useChannels';
import ResumableContentGrid from './ResumableContentGrid';
import OtherLibraries from './OtherLibraries';
import HandleAccessibleChannelCard from './HandleAccessibleChannelCard.vue';
const welcomeDismissalKey = 'DEVICE_WELCOME_MODAL_DISMISSED';
Expand All @@ -222,7 +219,6 @@
LearnAppBarPage,
OtherLibraries,
PostSetupModalGroup,
HandleAccessibleChannelCard,
},
mixins: [commonLearnStrings, commonCoreStrings],
setup(props) {
Expand Down

0 comments on commit b5f09da

Please sign in to comment.