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 b03d3ac commit 5801781Copy full SHA for 5801781
index.html
@@ -104,7 +104,7 @@
104
</div>
105
<ul
106
class="placeholders is-unstyled"
107
- data-e2e="static-wordlist-placeholder"
+ data-e2e="wordlist-placeholder-html"
108
>
109
<li>▇▇▇▇▇▇▇▇▇▇▇▇▇</li>
110
<li>▇▇▇▇▇▇▇▇▇</li>
src/components/placeholder.vue
@@ -1,5 +1,5 @@
1
<template>
2
- <ul class="index_content is-unstyled">
+ <ul class="index_content is-unstyled" data-e2e="wordlist-placeholder-js">
3
<li
4
v-for="placeholder in placeholders"
5
class="index_content--item has-bottom-margin"
0 commit comments