it('should position the tooltip to the right-top of the target when placement is `right-top`', function () {
        var placement = standardPlacements['options-placement-exotic-right-top'];

        expect(placement.top).toBe('-80px');
        expect(placement.left).toBe('20px');