removed focus on describe
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Carlos Jimenez Ruiz 2020-11-23 18:42:11 +01:00
parent 551af77fc3
commit 1b46359574
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ describe('Travel Component vnTravelExtraCommunity', () => {
});
});
fdescribe('dragEnd()', () => {
describe('dragEnd()', () => {
it(`should remove the class "dragging" from the draggable element
and then set the entryId controller property to null`, () => {
const draggable = document.createElement('a');