Advertisement
Guest User

Untitled

a guest
Aug 29th, 2014
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.87 KB | None | 0 0
  1.   safari - context (ios) @skip-ios6
  2.     ✓ getting current context should work initially (513ms)
  3.  
  4.   safari - screenshots @skip-ios6
  5.     ✓ should get an app screenshot (2446ms)
  6.     ✓ should get an app screenshot in landscape mode (5701ms)
  7.  
  8.   safari - webview @skip-ios6
  9.     alerts
  10.       ✓ should accept alert (2598ms)
  11.       ✓ should dismiss alert (2559ms)
  12.       ✓ should get text of alert (2661ms)
  13.       ✓ should not get text of alert that closed (2737ms)
  14.       ✓ should set text of prompt (6819ms)
  15.       ✓ should fail to set text of alert @skip-chrome (1860ms)
  16.  
  17.   safari - webview @skip-ios6
  18.     basics
  19.       ✓ should find a web element in the web view
  20.       ✓ should find multiple web elements in the web view
  21.       ✓ should fail gracefully to find multiple missing web elements in the web view (5125ms)
  22.       ✓ should find element from another element
  23.       ✓ should be able to click links (1271ms)
  24.       ✓ should retrieve an element attribute (61ms)
  25.       ✓ should retrieve implicit attributes (44ms)
  26.       ✓ should retrieve an element text (38ms)
  27.       ✓ should check if two elements are equals
  28.       ✓ should return the page source
  29.       ✓ should get current url
  30.       ✓ should send keystrokes to specific element (125ms)
  31.       ✓ should send keystrokes to active element (2520ms)
  32.       ✓ should clear element (144ms)
  33.       ✓ should say whether an input is selected (1283ms)
  34.       ✓ should be able to retrieve css properties (39ms)
  35.       ✓ should retrieve an element size (44ms)
  36.       ✓ should get location of an element (40ms)
  37.       ✓ should retrieve tag name of an element (68ms)
  38.       ✓ should retrieve a window size @skip-chrome
  39.       ✓ should move to an arbitrary x-y element and click on it (1301ms)
  40.       ✓ should submit a form (722ms)
  41.       ✓ should return true when the element is displayed (39ms)
  42.       ✓ should return false when the element is not displayed (43ms)
  43.       ✓ should return true when the element is enabled
  44.       ✓ should return false when the element is not enabled (52ms)
  45.       ✓ should return the active element (116ms)
  46.       ✓ should properly navigate to anchor (2020ms)
  47.       ✓ should be able to refresh
  48. skipping: Performance logs aren't available except in Chrome
  49.      ✓ should be able to get performance logs
  50.  
  51.  safari - webview @skip-ios6
  52.    cookies
  53.      within iframe webview
  54.        ✓ should be able to get cookies for a page with none (5071ms)
  55.      within webview
  56.        ✓ should be able to get cookies for a page
  57.        ✓ should be able to set a cookie for a page (52ms)
  58.        ✓ should be able to set a cookie with expiry (52ms)
  59.        ✓ should be able to delete one cookie (95ms)
  60.        ✓ should be able to delete all cookie (198ms)
  61.  
  62.  safari - webview @skip-ios6
  63.    executeAsync
  64.      ✓ should bubble up javascript errors (43ms)
  65.      ✓ should execute async javascript
  66.      ✓ should timeout when callback isn't invoked (2027ms)
  67.  
  68.   safari - webview @skip-ios6
  69.     execute
  70.       ✓ should bubble up javascript errors (68ms)
  71.       ✓ should eval javascript
  72.       ✓ should not be returning hardcoded results
  73.       ✓ should return nothing when you don't explicitly return
  74.      ✓ should execute code inside the web view
  75.      ✓ should convert selenium element arg to webview element
  76.      ✓ should catch stale or undefined element as arg
  77.      ✓ should be able to return multiple elements from javascript
  78.  
  79.  safari - webview @skip-ios6
  80.    frames
  81.      ✓ should switch to frame by name (90ms)
  82.      ✓ should switch to frame by index (68ms)
  83.      ✓ should switch to frame by id (97ms)
  84.      ✓ should switch back to default content from frame (91ms)
  85.      ✓ should switch to child frames (70ms)
  86.      ✓ should execute javascript in frame (49ms)
  87.      ✓ should execute async javascript in frame (42ms)
  88.  
  89.  safari - webview @skip-ios6
  90.    iframes
  91.      ✓ should switch to iframe by name (122ms)
  92.      ✓ should switch to iframe by index (67ms)
  93.      ✓ should switch to iframe by id (76ms)
  94.      ✓ should switch to iframe by element (101ms)
  95.      ✓ should not switch to iframe by element of wrong type (48ms)
  96.      ✓ should switch back to default content from iframe (103ms)
  97.  
  98.  safari - webview @skip-ios6
  99.    implicit wait
  100.      ✓ should set the implicit wait for finding web elements (7140ms)
  101.  
  102.  safari - webview - special capabilities
  103.    ✓ should not display a phishing warning with safariIgnoreFraudWarning @skip-chrome (2037ms)
  104.  
  105.  safari - webview @skip-ios6
  106.    window title
  107.      ✓ should return a valid title on web view
  108.  
  109.  safari - windows and frames (ios) @skip-ios6"
  110.    within webview
  111.      ✓ should throw nosuchwindow if there's not one
  112.       ✓ should be able to open and close windows (8265ms)
  113.       ✓ should be able to go back and forward (1398ms)
  114.  
  115.  
  116.   75 passing (14m)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement