Hmmm, already asked FE to addd data-cy=, but they couldn't.
So only 2 approach is possible for me.
But with 2 approach I still fail to click on Book Now.
So let me ask another question.
> cy.get('#headerHolder > main div.ax-products__card-body')
> .within(() => {
> cy.contains('Point Card 15')
> })
> .find('a.ax-btn.ax-btn-primary.w-100')
> .click()