Skip to content

Commit

Permalink
test: rename the data-cy value of Message box
Browse files Browse the repository at this point in the history
  • Loading branch information
orlinmalkja committed Nov 1, 2024
1 parent e965cc0 commit 5bb635a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/MessageBox.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div data-cy="message-no-annotations-list">
<div data-cy="message-box">
<div class="t-flex t-items-center t-justify-center">
<BaseIcon
:class="`t-text-${color}`"
Expand Down
2 changes: 1 addition & 1 deletion tests/cypress/e2e/variants.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const selectors = {
cy
.get('.panels-wrapper .panel:nth-child(4) .panel-body')
.find('div[id="pv_id_6_2_content"]')
.find('div[data-cy="message-no-annotations-list"]')
.find('div[data-cy="message-box"]')
})

describe('VariantsAnnotation', () => {
Expand Down

0 comments on commit 5bb635a

Please sign in to comment.