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 bb796f1 commit 0039e00Copy full SHA for 0039e00
cypress/integration/free-sources.js
@@ -70,7 +70,7 @@ describe('Test Free - sources', function() {
70
});
71
72
const fileName = Cypress.env('urls').samples + 'pie.csv';
73
- cy.wrap($body).find('input[type="url"]#remote-data').clear().type( fileName, {force:true} );
+ cy.wrap($body).find('input[type="url"]#vz-schedule-url').clear().type( fileName, {force:true} );
74
cy.wrap($body).find('#view-remote-file').click().then(() => {
75
cy.wait( Cypress.env('wait') );
76
cy.wrap($body).find('#settings-button').click();
0 commit comments