mirror of
				https://github.com/gristlabs/grist-core.git
				synced 2025-06-13 20:53:59 +00:00 
			
		
		
		
	(core) Fix popup dismissal in HomeIntro test
Summary: The coaching call popup wasn't being dismissed correctly in the HomeIntro tests. Test Plan: N/A Reviewers: paulfitz Reviewed By: paulfitz Differential Revision: https://phab.getgrist.com/D3788
This commit is contained in:
		
							parent
							
								
									75c53faacd
								
							
						
					
					
						commit
						9f1e88865a
					
				@ -51,8 +51,11 @@ describe('HomeIntro', function() {
 | 
			
		||||
        freshAccount: true,
 | 
			
		||||
      });
 | 
			
		||||
 | 
			
		||||
      // Open doc-menu
 | 
			
		||||
      // Open doc-menu and dismiss the welcome questions popup
 | 
			
		||||
      await session.loadDocMenu('/', 'skipWelcomeQuestions');
 | 
			
		||||
 | 
			
		||||
      // Reload the doc-menu and dismiss the coaching call popup
 | 
			
		||||
      await session.loadDocMenu('/');
 | 
			
		||||
      await gu.dismissCardPopups();
 | 
			
		||||
 | 
			
		||||
      // Check message specific to logged-in user
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user