File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tests/suites/tenant/summary Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ test.describe('Object Summary', async () => {
201201 ] ) ;
202202 } ) ;
203203
204- test . only ( 'Copy path copies correct path to clipboard' , async ( { page, browserName} ) => {
204+ test ( 'Copy path copies correct path to clipboard' , async ( { page, browserName} ) => {
205205 test . skip ( browserName === 'webkit' , 'Clipboard API is not reliable in Safari' ) ;
206206
207207 const pageQueryParams = {
@@ -247,7 +247,7 @@ test.describe('Object Summary', async () => {
247247 await expect ( treeItem ) . toBeVisible ( ) ;
248248 } ) ;
249249
250- test . only ( 'Refresh button updates tree view after creating table' , async ( { page} ) => {
250+ test ( 'Refresh button updates tree view after creating table' , async ( { page} ) => {
251251 const pageQueryParams = {
252252 schema : tenantName ,
253253 database : tenantName ,
You can’t perform that action at this time.
0 commit comments