Skip to content
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

PADV-1876 feat: add button to launch lab summary #148

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

AuraAlba
Copy link
Contributor

@AuraAlba AuraAlba commented Jan 10, 2025

Ticket

https://agile-jira.pearson.com/browse/PADV-1876

Description

Add button to launch lab summary

Changes made

Add button if the course has XL or skillable labs
Update test

Screenshoots

Screenshot from 2025-01-10 08-59-36
Screenshot from 2025-01-10 09-00-10

How to test

Have skillable installed
In course operations change to branch vue/PADV-1880

Clone the Institution Portal MFE
Run npm install.
Run npm run start
Go to http://localhost:1980-> classes -> select a class

@@ -102,4 +103,46 @@ describe('columns', () => {
expect(getByText('Gradebook')).toBeInTheDocument();
expect(getByText('Delete Class')).toBeInTheDocument();
});

test('Show Lab summary option when link is sended', async () => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
test('Show Lab summary option when link is sended', async () => {
test('Show Lab summary option when link is sent', async () => {

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants