-
Hello,
I wonder how can I create a lightning application from scratch using just sublime.
So far I create the application using the Salesforce Developer Console and then I fetch the lightning applica…
ghost updated
8 years ago
-
### Description
#### Steps to Reproduce
https://webcomponents.dev/edit/iOI2o9ZhYfIQhL32Mzth
```js
…
-
### Description
I've started with a Single Page Application on LWR, Able to run the app with Lightning design system and LWC base component package.
When I use `` tag in my component js, it breaks …
-
## The problem
When trying to enter a value in input field of a Salesforce application in **ipad Air Simulator** web test in Safari,
Appium is throwing an error as "**Element is no longer attache…
-
Would be able to get all of the visualforce pages used as UIs made available to be used in lightning experience and Salesforce Communities? I believe that all that needs to be done is that the checkbo…
-
### Description
I'm testing using registerApexTestWireAdapter @wire adapter.
It runs fine if the test is launched from the Powershell. Also, it runs as expected if I launch it using the "Debug Test…
-
Unable to utilize quagga livestream in salesforce lightning.
Object.o.createLiveStream()@https://hologic--dev.lightning.force.com/resource/Quaggajs:1:44858
-
**Describe the bug**
I have a lightning web component that I embed in a tab using an aura component wrapper. When I open the tab in the Salesforce org, my LWC expands to use all available width. When…
-
### Description
#### Steps to Reproduce
```js
// simplified test case
it('navigates to next event ...', () => {
...
});
```
```js
// JS for component under test
import { LightningE…
-
import { LightningElement, track, api } from 'lwc';
import createCase from '@salesforce/apex/CaseCreationController.createCase';
import uploadFile from '@salesforce/apex/CaseCreationController.uploa…