Merge branch '20890-remove-wb1-switch' refs #20890
[arvados-workbench2.git] / cypress / integration / process.spec.js
index 62d5d9ea106b1c7b44f9215a8d07a41b4f496077..64f27c50b54cf53e602cd5afdd944b55a2c88f9b 100644 (file)
@@ -431,6 +431,11 @@ describe('Process tests', function() {
                 ['echo', 'hello world'],
                 false, 'Committed')
             .then(function(containerRequest) {
+                // Create empty log file before loading process page
+                cy.appendLog(adminUser.token, containerRequest.uuid, "stdout.txt", [
+                    ""
+                ])
+
                 cy.loginAs(activeUser);
                 cy.goToPath(`/processes/${containerRequest.uuid}`);
                 cy.get('[data-cy=process-details]').should('contain', crName);