Hello Guys, could u please help me to figure it out how to check if the website contains 3 sliders in div using cypress. describe("Test number 1", () =>{
it.only("Test whether the Home page has Three Sliders only", () =>
{
cy.visit("https://practice.automationtesting.in/");
cy.get("#site-logo").click();
cy.get("#n2-ss-6").should("have.class", "n2-ss-slider n2-ss-load-fade n2-ss-loaded n2-ss-tablet")
})