faq::twt::swap_with_next_Q_A (private)
faq::twt::swap_with_next_Q_A faq_name
Defined in packages/faq/tcl/test/tclwebtest-procs.tcl
Swaps two adjacent questions in the FAQ from the UI.
- Parameters:
- faq_name (required)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Source code: set response 0 db_1row faq_id "select faq_id from faqs where faq_name=:faq_name" # The Faq page url set faq_page_url [aa_get_first_url -package_key faq] ::twt::do_request $faq_page_url tclwebtest::link follow "administer" tclwebtest::link follow $faq_name tclwebtest::link follow "swap with next" set response_url [tclwebtest::response url] if { [string match "*admin/one-faq*" $response_url] } { aa_log "Faq Question swapped with next question" set response 1 } else { aa_error "faq::twt::insert_after_Q_A failed. Bad response url : $response_url" } return $responseXQL Not present: Generic, PostgreSQL, Oracle