Skip to content

Commit 766d617

Browse files
committed
contextual right click
1 parent 33c6637 commit 766d617

File tree

95 files changed

+562
-573
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+562
-573
lines changed

packages/selenium-ide/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "selenium-ide",
3-
"version": "4.0.1-alpha.75",
3+
"version": "4.0.1-alpha.76",
44
"private": false,
55
"description": "Selenium IDE electron app",
66
"author": "Todd <[email protected]>",
@@ -111,7 +111,7 @@
111111
"@seleniumhq/code-export-python-pytest": "^4.0.0-alpha.4",
112112
"@seleniumhq/code-export-ruby-rspec": "^4.0.0-alpha.3",
113113
"@seleniumhq/get-driver": "^4.0.0-alpha.3",
114-
"@seleniumhq/side-api": "^4.0.0-alpha.43",
114+
"@seleniumhq/side-api": "^4.0.0-alpha.44",
115115
"@seleniumhq/side-commons": "^4.0.0-alpha.2",
116116
"@seleniumhq/side-model": "^4.0.0-alpha.5",
117117
"@seleniumhq/side-runtime": "^4.0.0-alpha.35",
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React from 'react'
22
import TabPanel from '../Tab/Panel'
3-
import SuiteControls from '../../tabs/Suites/Controls'
4-
import TestControls from '../../tabs/Tests/Controls'
3+
import SuiteControls from '../../windows/ProjectEditor/tabs/Suites/Controls'
4+
import TestControls from '../../windows/ProjectEditor/tabs/Tests/Controls'
55
import { SUITES_TAB, TESTS_TAB } from '../../enums/tab'
66
import { SIDEMainProps } from '../types'
77
import AppBarTabs from './AppBarTabs'

0 commit comments

Comments
 (0)