File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
src/tests/portal/01-general Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,9 @@ test.describe('General', () => {
2323
2424 await expect ( portalPage . header . userMenu ) . toBeVisible ( )
2525 await expect . soft ( portalPage . header . portalBtn ) . toBeVisible ( )
26- await expect . soft ( portalPage . header . agentBtn ) . toBeVisible ( )
26+ /*TODO: Fix it after migrating tests for the agent and configuring tests*/
27+
28+ // await expect.soft(portalPage.header.agentBtn).toBeVisible()
2729 await expect . soft ( portalPage . header . vsCodeExtensionBtn ) . toBeVisible ( )
2830 await expect . soft ( portalPage . header . appHeaderDivider ) . toBeVisible ( )
2931 await expect . soft ( portalPage . header . globalSearchBtn ) . toBeVisible ( )
@@ -55,14 +57,15 @@ test.describe('General', () => {
5557 await expect ( portalPage . tooltip ) . toHaveText ( SYSADMIN . name )
5658 } )
5759
60+ /*TODO: Fix it after migrating tests for the agent and configuring tests*/
5861 test ( '[P-GEN-2] Navigation to the Agent page' ,
5962 {
6063 tag : '@smoke' ,
6164 annotation : { type : 'Test Case' , description : `${ TICKET_BASE_URL } TestCase-A-4279` } ,
6265 } ,
6366 async ( { sysadminPage : page } ) => {
67+ test . skip ( true , 'Fix it after migrating tests for the agent and configuring tests' )
6468 test . skip ( isDevProxyMode ( ) , 'Does not support dev proxy mode' )
65-
6669 const portalPage = new PortalPage ( page )
6770 const agentPage = new AgentPage ( page )
6871
You can’t perform that action at this time.
0 commit comments