mirror of
https://github.com/Kong/insomnia
synced 2024-11-07 22:30:15 +00:00
Deploy to portal smoke test works again (#3198)
This commit is contained in:
parent
42aff871b3
commit
7ca6c09c44
@ -123,7 +123,7 @@ describe('Application launch', function() {
|
||||
await expect(pdfCanvas.isExisting()).resolves.toBe(true);
|
||||
});
|
||||
|
||||
xit('shows deploy to portal for design documents', async () => {
|
||||
it('shows deploy to portal for design documents', async () => {
|
||||
await client.correctlyLaunched(app);
|
||||
await onboarding.skipOnboardingFlow(app);
|
||||
|
||||
@ -136,7 +136,7 @@ describe('Application launch', function() {
|
||||
await home.openDocumentMenuDropdown(card);
|
||||
|
||||
// Click the "Deploy to Portal" button, installed from that plugin
|
||||
await dropdown.clickDropdownItemByText(card, 'Deploy to Portal');
|
||||
await dropdown.clickOpenDropdownItemByText(app, 'Deploy to Portal');
|
||||
|
||||
// Ensure a modal opens, then close it - the rest is plugin behavior
|
||||
await modal.waitUntilOpened(app, { title: 'Deploy to Portal' });
|
||||
|
Loading…
Reference in New Issue
Block a user