refactor: refs #6695 enable ClaimNotes test suite
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
1c14c5c722
commit
35dde46bcc
|
@ -1,4 +1,4 @@
|
||||||
describe.skip('ClaimNotes', () => {
|
describe('ClaimNotes', () => {
|
||||||
const saveBtn = '.q-field__append > .q-btn > .q-btn__content > .q-icon';
|
const saveBtn = '.q-field__append > .q-btn > .q-btn__content > .q-icon';
|
||||||
const firstNote = '.q-infinite-scroll :nth-child(1) > .q-card__section--vert';
|
const firstNote = '.q-infinite-scroll :nth-child(1) > .q-card__section--vert';
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
|
|
Loading…
Reference in New Issue