We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 510d9aa commit 51cb78dCopy full SHA for 51cb78d
1 file changed
cypress/e2e/snowflake-s3/fork.cy.js
@@ -32,6 +32,9 @@ describe('fork', () => {
32
cy.get('@sharedMapCard').find('[data-testid="map-card-divider"]').should('not.exist')
33
cy.get('@sharedMapCard').find('[data-testid="map-card-footer-actions"]').should('not.exist')
34
cy.get('@sharedMapCard').click()
35
+ cy.location('pathname').then((pathname) => {
36
+ cy.visit(`${pathname}/source`)
37
+ })
38
39
// fork report
40
cy.get('button#dekart-fork-button').click()
0 commit comments