mirror of
				https://github.com/datahub-project/datahub.git
				synced 2025-11-03 20:27:50 +00:00 
			
		
		
		
	fix(smoke-test): v1 ui group smoke test (#14439)
This commit is contained in:
		
							parent
							
								
									4c9f420137
								
							
						
					
					
						commit
						f62a76e4d2
					
				@ -60,7 +60,7 @@ describe("create and manage group", () => {
 | 
			
		||||
    cy.clickOptionWithText(group_name);
 | 
			
		||||
    cy.get(".ant-typography").contains(group_name).should("be.visible");
 | 
			
		||||
    cy.get(".ant-tabs-tab").contains("Members").click();
 | 
			
		||||
    cy.waitTextVisible("No members in this group yet.");
 | 
			
		||||
    cy.waitTextVisible(Cypress.env("ADMIN_DISPLAYNAME"));
 | 
			
		||||
    cy.clickOptionWithText("Add Member");
 | 
			
		||||
    cy.contains("Search for users...").click({ force: true });
 | 
			
		||||
    cy.focused().type(username);
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user