As a couple of people have pointed out, the immediate problem in your computation is that $\sqrt{-1/1} \ne \sqrt{1}/\sqrt{-1}$. But I'd like to expand on that a bit. The deeper problem is that you have to use great care when applying the square root symbol to anything except nonnegative real numbers. If we apply it to a nonnegative real number, there is no ambiguity about what is meant: If $x\ge 0$, then $\sqrt{x}$ denotes "the unique nonnegative number $y$ such that $y^2=x$." However, if $x$ is anything but a nonnegative real number, there is not such a simple prescription, and it's safest to avoid using the square root symbol for such things.
There is one more or less standard convention that one could use: the principal branch of the square root function is generally defined for all complex numbers except negative reals as follows: For $z\in \mathbb C \smallsetminus \{y\in \mathbb R: y<0\}$, $\sqrt{z}$ is interpreted to mean the unique complex number $y$ such that $y^2=z$ and $\operatorname{Re} y > 0$. But this still doesn't apply to negative reals. Although it's less universally accepted, one could choose to extend it to negative real numbers by stipulating that $\sqrt{y} = i\sqrt{|y|}$ for $y<0$. But you should always explain exactly what you mean by the square root symbol if you're applying it to anything other than a nonnegative real number.
That said, the notation $\sqrt{-1}$ is actually quite common in the literature as a way of representing $i$. It is consistent with the "extended principal branch" that I explained above, but most people who use it are just using it because it's somewhat less likely to be confusing than the letter $i$, which is commonly also used as a subscript for sequences or as an index for vectors or tensors, among other things. Personally, I avoid the notation $\sqrt{-1}$ because of all the ambiguities I described above. But if you do encounter it in a book, it's a sure bet that the writer is simply using it as another notation for $i$.