\documentclass{article}
% Packages

\usepackage{float}
\usepackage{caption}


% Commandes

\begin{document}


\begin{figure}[H]
This is the first part of the test
\end{figure}

\begin{figure}[!h]
This is the second part of the test !
\end{figure}





\end{document}
