Skip to content

Commit 5801781

Browse files
committed
distinguish HTML/JS wordlist-placeholders data-attribute
1 parent b03d3ac commit 5801781

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
</div>
105105
<ul
106106
class="placeholders is-unstyled"
107-
data-e2e="static-wordlist-placeholder"
107+
data-e2e="wordlist-placeholder-html"
108108
>
109109
<li>▇▇▇▇▇▇▇▇▇▇▇▇▇</li>
110110
<li>▇▇▇▇▇▇▇▇▇</li>

src/components/placeholder.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<ul class="index_content is-unstyled">
2+
<ul class="index_content is-unstyled" data-e2e="wordlist-placeholder-js">
33
<li
44
v-for="placeholder in placeholders"
55
class="index_content--item has-bottom-margin"

0 commit comments

Comments
 (0)