From 470a13b4c5bbe66d8e9dbab09da8eed942e3dec6 Mon Sep 17 00:00:00 2001 From: Martin Hradil Date: Fri, 8 Apr 2022 01:23:37 +0000 Subject: [PATCH] namespaces.js test - skip test depending on being in a group, skip adding group to namespace breaks after https://github.com/ansible/galaxy_ng/pull/1057/ --- test/cypress/integration/namespaces.js | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/test/cypress/integration/namespaces.js b/test/cypress/integration/namespaces.js index 0e8f7e4b22..36d1d34f4e 100644 --- a/test/cypress/integration/namespaces.js +++ b/test/cypress/integration/namespaces.js @@ -12,11 +12,12 @@ describe('Namespaces Page Tests', () => { cy.galaxykit('-i namespace create', 'testns1'); cy.galaxykit('-i namespace create', 'testns2'); - cy.galaxykit('namespace addgroup', 'testns1', 'testGroup1'); - cy.galaxykit('namespace addgroup', 'testns2', 'testGroup2'); + //FIXME roles + //cy.galaxykit('namespace addgroup', 'testns1', 'testGroup1'); + //cy.galaxykit('namespace addgroup', 'testns2', 'testGroup2'); }); - it('can navigate to pubic namespace list', () => { + it('can navigate to public namespace list', () => { cy.login('testUser2', 'p@ssword1'); cy.menuGo('Collections > Namespaces'); @@ -24,7 +25,7 @@ describe('Namespaces Page Tests', () => { cy.contains('testns1').should('exist'); }); - it('can navigate to personal namespace list', () => { + it.skip('can navigate to personal namespace list', () => { cy.login('testUser2', 'p@ssword1'); cy.menuGo('Collections > Namespaces');