mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-26 12:29:06 +01:00
Switch string concatenation to template string
This commit is contained in:
parent
b5169340ab
commit
5beab87bf6
@ -1030,7 +1030,7 @@ describe('MetaMask', function () {
|
|||||||
]
|
]
|
||||||
|
|
||||||
customRpcUrls.forEach(customRpcUrl => {
|
customRpcUrls.forEach(customRpcUrl => {
|
||||||
it('creates custom RPC: ' + customRpcUrl, async () => {
|
it(`creates custom RPC: ${customRpcUrl}`, async () => {
|
||||||
const networkDropdown = await findElement(driver, By.css('.network-name'))
|
const networkDropdown = await findElement(driver, By.css('.network-name'))
|
||||||
await networkDropdown.click()
|
await networkDropdown.click()
|
||||||
await delay(regularDelayMs)
|
await delay(regularDelayMs)
|
||||||
|
Loading…
Reference in New Issue
Block a user