Skip to content

Commit 668a0b8

Browse files
committed
add data-test to description and tutorial
1 parent f700ea2 commit 668a0b8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/templates/Home/Home.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<template>
2-
<b-container fluid="md" id="login">
2+
<b-container fluid="md" id="home">
33
<b-row>
44
<b-col cols="12" md="6">
5-
<description/>
6-
<tutorial/>
5+
<description data-test="description"/>
6+
<tutorial data-test="tutorial"/>
77
</b-col>
88
<b-col cols="12" md="6">
99
<login/>
@@ -36,7 +36,7 @@ export default {
3636
</script>
3737

3838
<style lang="scss" scoped>
39-
#login {
39+
#home {
4040
background-color: #ffffff;
4141
margin: auto;
4242
padding: 20px;

0 commit comments

Comments
 (0)