Skip to content

Commit

Permalink
update test selector
Browse files Browse the repository at this point in the history
Signed-off-by: Parajuli Kiran <kiranparajuli589@gmail.com>
  • Loading branch information
kiranparajuli589 committed Mar 14, 2022
1 parent 229fcef commit 38d2118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/jest/components/tab/EmptyContent.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function getWrapper(propsData = {}) {
}
describe('EmptyContent.vue Test', () => {
let wrapper
const emptyContentMessageSelector = '.title'
const emptyContentMessageSelector = '.empty-content--title'
const connectButtonSelector = 'oauthconnectbutton-stub'

it.each([{
Expand Down

0 comments on commit 38d2118

Please sign in to comment.