Ok, so I've solved the issue.
I toggled the output tab and saw that there were some errors in the output tab and solved the issue by solving the errors in the output tab.
The first error message that I saw was that it says something like expected 'grey' but recieved 'rgb(128, 128, 128)' so I just changed my colors in the test from 'grey' to 'rgb(128, 128, 128)' since rgb(128, 128, 128) is also grey basically.
The second error message that I saw was that it couldn't find the second element, so I just changed it's locator to the correct one.