-
Notifications
You must be signed in to change notification settings - Fork 174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add function which allow to get the footer container #2488
Add function which allow to get the footer container #2488
Conversation
@UlianaMunich, the |
…er-container-function
…ich/luigi into 2321-footer-container-function
…ich/luigi into 2321-footer-container-function
@@ -905,4 +905,37 @@ describe('Fiddle', () => { | |||
cy.get('.lui-nav-title .fd-nested-list__title').should('contain', 'test'); | |||
}); | |||
}); | |||
|
|||
describe('Custom text in the footer', () => { | |||
context('Desktop', () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is actually no need to define a 'desktop context' if there is no other context distinction.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…ich/luigi into 2321-footer-container-function
Fixes #2321
Test it in the console of the browser:
Result: a new simpeTest is added after a footer Text (Luigi version x.x.x)