You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// update after resolving testcafe Native Automation mode limitations
104
+
// // Verify that if user have not entered any required value he can see that this field should be specified when hover over the button to add a database
test('Verify that user can see a tooltip and toggle that allows to save Profiler log or not in the Profiler',asynct=>{
47
-
consttoolTip=[
48
-
'Allows you to download the generated log file after pausing the Profiler',
49
-
'Profiler log is saved to a file on your local machine with no size limitation. The temporary log file will be automatically rewritten when the Profiler is reset.'
50
-
];
47
+
// const toolTip = [
48
+
// 'Allows you to download the generated log file after pausing the Profiler',
49
+
// 'Profiler log is saved to a file on your local machine with no size limitation. The temporary log file will be automatically rewritten when the Profiler is reset.'
50
+
// ];
51
51
52
52
awaitt.click(browserPage.Profiler.expandMonitor);
53
53
// Check the toggle and Tooltip for Save log
54
54
awaitt.expect(browserPage.Profiler.saveLogSwitchButton.exists).ok('The toggle that allows to save Profiler log is not displayed');
0 commit comments