-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
tsoganov
committed
Mar 26, 2024
1 parent
0d312a6
commit e7167cd
Showing
3 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -268,4 +268,4 @@ DEPENDENCIES | |
webmock | ||
|
||
BUNDLED WITH | ||
2.3.11 | ||
2.5.7 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,9 +51,9 @@ def test_registrant_details | |
visit whois_record_url(name: @whois_record.name) | ||
|
||
within '.registrant' do | ||
assert_text 'Name Not Disclosed' | ||
assert_text 'Email Not Disclosed' | ||
assert_text 'Phone Not Disclosed' | ||
assert_text 'Name John' | ||
assert_text 'Email [email protected]' | ||
assert_text '+555.555' | ||
assert_text 'Last update Not Disclosed - Visit www.internet.ee for web-based WHOIS' | ||
end | ||
end | ||
|