style: fix linting issues in collaboration annotation test
This commit is contained in:
committed by
Dominik
parent
c4eaf31b12
commit
441b357f91
@@ -20,6 +20,7 @@ context('/src/Experiments/CollaborationAnnotation/Vue/', () => {
|
|||||||
|
|
||||||
it('updates an existing annotation', () => {
|
it('updates an existing annotation', () => {
|
||||||
let commentIndex = 0
|
let commentIndex = 0
|
||||||
|
|
||||||
cy.window().then(win => {
|
cy.window().then(win => {
|
||||||
cy.stub(win, 'prompt', () => {
|
cy.stub(win, 'prompt', () => {
|
||||||
switch (commentIndex) {
|
switch (commentIndex) {
|
||||||
|
|||||||
Reference in New Issue
Block a user