File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
datahub-web-react/src/app/entity/domain
smoke-test/tests/cypress/cypress/e2e/domains Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -71,14 +71,14 @@ export class DomainEntity implements Entity<Domain> {
7171 headerActionItems = { new Set ( [ EntityActionItem . BATCH_ADD_DOMAIN ] ) }
7272 isNameEditable
7373 tabs = { [
74- {
75- name : 'Entities' ,
76- component : DomainEntitiesTab ,
77- } ,
7874 {
7975 name : 'Documentation' ,
8076 component : DocumentationTab ,
8177 } ,
78+ {
79+ name : 'Entities' ,
80+ component : DomainEntitiesTab ,
81+ } ,
8282 {
8383 name : 'Data Products' ,
8484 component : DataProductsTab ,
Original file line number Diff line number Diff line change 11describe ( "domains" , ( ) => {
22 it ( "can see elements inside the domain" , ( ) => {
33 cy . login ( ) ;
4- cy . goToDomain ( "urn:li:domain:marketing" ) ;
4+ cy . goToDomain ( "urn:li:domain:marketing/Entities " ) ;
55
66 cy . contains ( "Marketing" ) ;
77 cy . contains ( "SampleCypressKafkaDataset" ) ;
You can’t perform that action at this time.
0 commit comments