add drag and drop support for addtagpopup
esc closes the popup theme style is used
This commit is contained in:
@ -23,7 +23,7 @@ describe('<Player/>', function () {
|
||||
expect(wrapper.find("r")).toHaveLength(1);
|
||||
});
|
||||
|
||||
function simulateLikeButtonClick(){
|
||||
function simulateLikeButtonClick() {
|
||||
const wrapper = shallow(<Player/>);
|
||||
|
||||
// initial fetch for getting movie data
|
||||
@ -166,7 +166,7 @@ describe('<Player/>', function () {
|
||||
});
|
||||
});
|
||||
|
||||
function generatetag(){
|
||||
function generatetag() {
|
||||
const wrapper = shallow(<Player/>);
|
||||
|
||||
expect(wrapper.find("Tag")).toHaveLength(0);
|
||||
|
Reference in New Issue
Block a user