We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f700ea2 commit 668a0b8Copy full SHA for 668a0b8
src/templates/Home/Home.vue
@@ -1,9 +1,9 @@
1
<template>
2
- <b-container fluid="md" id="login">
+ <b-container fluid="md" id="home">
3
<b-row>
4
<b-col cols="12" md="6">
5
- <description/>
6
- <tutorial/>
+ <description data-test="description"/>
+ <tutorial data-test="tutorial"/>
7
</b-col>
8
9
<login/>
@@ -36,7 +36,7 @@ export default {
36
</script>
37
38
<style lang="scss" scoped>
39
-#login {
+#home {
40
background-color: #ffffff;
41
margin: auto;
42
padding: 20px;
0 commit comments