Skip to content

Commit

Permalink
fix: e2e component locator target fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Mozolevsky authored and Dmitry Mozolevsky committed Aug 12, 2024
1 parent 633b748 commit da45172
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ui/src/core_components/content/CoreAnnotatedText.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div class="AnnotatedText">
<div class="CoreAnnotatedText">
<span
v-for="(content, i) in fields.text.value"
:key="String(content) + i"
Expand Down Expand Up @@ -191,7 +191,7 @@ function stringifyData(arr: string[]) {
</script>

<style scoped>
.AnnotatedText {
.CoreAnnotatedText {
color: var(--primaryTextColor);
line-height: 1.8;
}
Expand Down

0 comments on commit da45172

Please sign in to comment.